diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-09 04:48:54 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-09 04:48:54 +0100 |
| commit | 80ec5071c9b623bf7d026b62be31d8b16cdc8b03 (patch) | |
| tree | 030e3871776390868891a84d5a5f4eca012c7666 /files | |
| parent | c358b177d356fa3f353810e222daa96541660680 (diff) | |
| download | ap01-80ec5071c9b623bf7d026b62be31d8b16cdc8b03.tar ap01-80ec5071c9b623bf7d026b62be31d8b16cdc8b03.tar.gz ap01-80ec5071c9b623bf7d026b62be31d8b16cdc8b03.tar.bz2 ap01-80ec5071c9b623bf7d026b62be31d8b16cdc8b03.tar.xz ap01-80ec5071c9b623bf7d026b62be31d8b16cdc8b03.zip | |
...
Diffstat (limited to 'files')
| -rwxr-xr-x | files/files/etc/init.d/dayled | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/files/etc/init.d/dayled b/files/files/etc/init.d/dayled index 79a9c59..c0eea74 100755 --- a/files/files/etc/init.d/dayled +++ b/files/files/etc/init.d/dayled | |||
| @@ -5,7 +5,7 @@ NAME=dayled | |||
| 5 | 5 | ||
| 6 | start_service() { | 6 | start_service() { |
| 7 | procd_open_instance $NAME | 7 | procd_open_instance $NAME |
| 8 | procd_set_param command /usr/local/sbi/dayled.sh | 8 | procd_set_param command /usr/local/sbin/dayled.sh |
| 9 | procd_set_param respawn 3600 1 0 | 9 | procd_set_param respawn 3600 1 0 |
| 10 | procd_close_instance | 10 | procd_close_instance |
| 11 | } | 11 | } |
