mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-21 08:24:00 +01:00
resolved issue where init.freebsd would not autostart upon boot
This commit is contained in:
+2
-1
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# PROVIDE: headphones
|
# PROVIDE: headphones
|
||||||
# REQUIRE: sabnzbd
|
# REQUIRE: DAEMON sabnzbd
|
||||||
# KEYWORD: shutdown
|
# KEYWORD: shutdown
|
||||||
#
|
#
|
||||||
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
|
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
|
||||||
@@ -19,6 +19,7 @@
|
|||||||
# Default is same as headphones_dir.
|
# Default is same as headphones_dir.
|
||||||
# headphones_pid: The name of the pidfile to create.
|
# headphones_pid: The name of the pidfile to create.
|
||||||
# Default is headphones.pid in headphones_dir.
|
# Default is headphones.pid in headphones_dir.
|
||||||
|
PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin"
|
||||||
|
|
||||||
. /etc/rc.subr
|
. /etc/rc.subr
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user