File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[main]
22@type = classic
33@description = "fancontrol daemon"
4- @version = 0.0.2
4+ @version = 0.0.1
55@user = ( root )
66
77[start]
88@build = custom
9- @shebang = "/bin/sh"
10- @execute = ( [ ! -e /etc/fancontrol ] && exit 1
9+ @execute = (#!/bin/sh [ ! -e /etc/fancontrol ] && exit 1
1110exec fancontrol /etc/fancontrol 2>&1 )
Original file line number Diff line number Diff line change 11[main]
22@type = classic
33@description = "rsync daemon"
4- @version = 0.0.2
4+ @version = 0.0.3
55@user = ( root )
66
77[start]
88@build = custom
9- @shebang = "/bin/sh"
10- @execute = ( exec 2>&1
9+
10+ @execute = (#!/bin/sh exec 2>&1
1111 [ ! -e /etc/rsyncd.conf ] && exit 1
1212exec rsync --daemon --no-detach )
Original file line number Diff line number Diff line change 11[main]
22@type = classic
3- @version = 0.0.1
3+ @version = 0.0.2
44@description = "snooze-daily daemon"
55@user = ( root )
66
77[start]
88@build = custom
9- @shebang = "/bin/sh"
10- @execute = (
9+ @execute = (#!/bin/sh
1110 exec 2>&1
1211 execl-toc -d /var/cache/snooze
1312 exec snooze -s 1d -t /var/cache/snooze/daily -- sh -c \
Original file line number Diff line number Diff line change 11[main]
22@type = classic
3- @version = 0.0.1
3+ @version = 0.0.2
44@description = "snooze-hourly daemon"
55@user = ( root )
66
77[start]
88@build = custom
9- @shebang = "/bin/sh"
10- @execute = (
9+ @execute = (#!/bin/sh
1110 exec 2>&1
1211 execl-toc -d /var/cache/snooze
1312 exec snooze -H \* -s 1h -t /var/cache/snooze/hourly -- sh -c \
Original file line number Diff line number Diff line change 66
77[start]
88@build = custom
9- @shebang = "/bin/sh"
10- @execute = (
9+ @execute = (#!/bin/sh
1110 exec 2>&1
1211 execl-toc -d /var/cache/snooze
1312 exec snooze -d 1 -s 28d -t /var/cache/snooze/monthly -- sh -c \
Original file line number Diff line number Diff line change 66
77[start]
88@build = custom
9- @shebang = "/bin/sh"
10- @execute = (
9+ @execute = (#!/bin/sh
1110 exec 2>&1
1211 execl-toc -d /var/cache/snooze
1312 exec snooze -w 0 -s 7d -t /var/cache/snooze/weekly -- sh -c \
Original file line number Diff line number Diff line change 11[main]
22@type = classic
33@description = "WPA/WPA2/IEEE 802.1X Supplicant daemon"
4- @version = 0.0.1
4+ @version = 0.0.2
55@user = ( root )
66@hiercopy = ( data )
77
88[start]
99@build = custom
10- @shebang = "/bin/sh"
11- @execute = (
10+ @execute = (#!/bin/sh
1211exec 2>&1
1312if [ -n "$CONF_FILE" ]; then
1413 ${OPTS:=-M -c ${CONF_FILE:-/etc/wpa_supplicant/wpa_supplicant.conf} ${WPA_INTERFACE:+-i ${WPA_INTERFACE}} ${DRIVER:+-D ${DRIVER}} -s}
You can’t perform that action at this time.
0 commit comments