Search found 1 match
- March 20th, 2010, 3:23 pm
- Forum: Debian/Ubuntu Package
- Topic: Debian init script
- Replies: 2
- Views: 5942
Debian init script
I got this all running on my debian box today. Maybe this isn't the place to share this? #!/bin/bash case "$1" in start) echo "Starting SABnzbd." /usr/bin/sudo -u sabnzb -H /usr/share/sabnzbd/SABnzbd.py -d -f /home/sabnzb/.sabnzbd/sabnzbd.ini ;; stop) echo "Shutting do...