Aller au contenu
View in the app

A better way to browse. Learn more.

Next

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[script] Problème de su dans mon script

Featured Replies

Posté(e)

Bonjour.

J'essaye de faire un script permettant de démarrer et d'arrêter un démon sous Linux Debian. Pour des raisons de sécurité je veux que mon démon, appelé servforum, soit lancé par un utilisateur spécial appelé forum. Malheuresement je n'y arrive pas: le programme démarre mais avec les droits root. voici mon code:

 #!/bin/sh
echo -n 'servforum:'

case "$1" in
start)
   su forum -c '/usr/local/bin/servforum >> /home/forum/servforum.log &'
   #pidfile="/var/run/forum.pid"
  ;;
stop)
   killall -9 servforum
  ;;
*)
   echo "Usage: 'basename $0' {start|stop}" >&2

esac

exit 0

que faire? merci!

Archivé

Ce sujet est désormais archivé et ne peut plus recevoir de nouvelles réponses.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.