Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions usr/share/66/service/Clightd
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[main]
@type = longrun
@version = 0.0.1
@type = classic
@version = 0.0.2
@description = "clight daemon"
@user = ( root )
@extdepends = ( dbus )
@depends = ( dbus )

[start]
@execute = ( /usr/libexec/clightd )
6 changes: 3 additions & 3 deletions usr/share/66/service/NetworkManager
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[main]
@type = longrun
@version = 0.0.2
@type = classic
@version = 0.0.3
@description = "networkmanager daemon"
@user = ( root )
@extdepends = ( dbus )
@depends = ( dbus )

[start]
@execute = ( execl-cmdline -s { NetworkManager ${cmd_args} } )
Expand Down
6 changes: 3 additions & 3 deletions usr/share/66/service/avahi-daemon
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[main]
@type = longrun
@version = 0.0.2
@type = classic
@version = 0.0.3
@description = "avahi daemon"
@user = ( root )
@extdepends = ( dbus )
@depends = ( dbus )

[start]
@execute = ( avahi-daemon )
6 changes: 3 additions & 3 deletions usr/share/66/service/bluetoothd
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[main]
@type = longrun
@type = classic
@description = "bluetooth daemon"
@version = 0.0.2
@version = 0.0.3
@user = ( root )
@extdepends = ( dbus )
@depends = ( dbus )

[start]
@execute = ( /usr/libexec/bluetooth/bluetoothd -n )
6 changes: 3 additions & 3 deletions usr/share/66/service/boltd
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[main]
@type = longrun
@version = 0.0.1
@type = classic
@version = 0.0.2
@description = "(thunder)bolt daemon"
@user = ( root )
@extdepends = ( dbus )
@depends = ( dbus )

[start]
@execute = ( /usr/libexec/boltd )
6 changes: 3 additions & 3 deletions usr/share/66/service/connman-vpnd
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[main]
@type = longrun
@type = classic
@description = "conman-vpn daemon"
@version = 0.0.1
@version = 0.0.2
@user = ( root )
@extdepends = ( dbus )
@depends = ( dbus )


[start]
Expand Down
6 changes: 3 additions & 3 deletions usr/share/66/service/connmand
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[main]
@type = longrun
@type = classic
@description = "conman daemon"
@version = 0.0.2
@version = 0.0.3
@user = ( root )
@extdepends = ( dbus )
@depends = ( dbus )


[start]
Expand Down
6 changes: 3 additions & 3 deletions usr/share/66/service/elogind
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[main]
@type = longrun
@version = 0.0.2
@type = classic
@version = 0.0.3
@description = "elogind daemon"
@user = ( root )
@extdepends = ( dbus )
@depends = ( dbus )

[start]
@execute = (
Expand Down
5 changes: 2 additions & 3 deletions usr/share/66/service/fancontrol
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[main]
@type = classic
@description = "fancontrol daemon"
@version = 0.0.2
@version = 0.0.1
@user = ( root )

[start]
@build = custom
@shebang = "/bin/sh"
@execute = ( [ ! -e /etc/fancontrol ] && exit 1
@execute = (#!/bin/sh [ ! -e /etc/fancontrol ] && exit 1
exec fancontrol /etc/fancontrol 2>&1 )
6 changes: 3 additions & 3 deletions usr/share/66/service/gdm
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[main]
@type = longrun
@version = 0.0.1
@type = classic
@version = 0.0.2
@description = "gdm daemon"
@user = ( root )
@extdepends = ( dbus )
@depends = ( dbus )

[start]
@execute = (
Expand Down
6 changes: 3 additions & 3 deletions usr/share/66/service/libvirtd
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[main]
@type = longrun
@version = 0.0.2
@type = classic
@version = 0.0.3
@description = "Virtualization daemon"
@user = ( root )
@depends = ( virtlockd virtlogd )
@extdepends = ( dbus )
@depends = ( dbus )

[start]
@execute=( libvirtd )
6 changes: 3 additions & 3 deletions usr/share/66/service/lightdm
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[main]
@type = longrun
@version = 0.0.2
@type = classic
@version = 0.0.3
@description = "lightdm daemon"
@user = ( root )
@extdepends = ( dbus )
@depends = ( dbus )

[start]
@execute = ( lightdm )
Expand Down
8 changes: 4 additions & 4 deletions usr/share/66/service/lxdm
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[main]
@type = longrun
@type = classic
@description = "lxdm daemon"
@version = 0.0.2
@version = 0.0.3
@user = ( root )
@extdepends = ( dbus )
@timeout-up = 3000
@depends = ( dbus )
@timeout-kill = 3000

[start]
@execute = ( lxdm )
Expand Down
4 changes: 2 additions & 2 deletions usr/share/66/service/ofonod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[main]
@type = longrun
@type = classic
@description = "ofonod daemon service, an infrastructure for mobile GSM/UMTS support"
@version = 0.0.1
@user = ( root )
@extdepends = ( dbus ) # mandatory in order to run
@depends = ( dbus ) # mandatory in order to run

[start]
@execute = ( ofonod -n )
Expand Down
6 changes: 3 additions & 3 deletions usr/share/66/service/ratbagd
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[main]
@type = longrun
@version = 0.0.1
@type = classic
@version = 0.0.2
@description = "ratbag daemon"
@user = ( root )
@extdepends = ( dbus )
@depends = ( dbus )

[start]
@execute = ( execl-cmdline -s { ratbagd ${cmd_args} } )
Expand Down
6 changes: 3 additions & 3 deletions usr/share/66/service/rsyncd
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[main]
@type = classic
@description = "rsync daemon"
@version = 0.0.2
@version = 0.0.3
@user = ( root )

[start]
@build = custom
@shebang = "/bin/sh"
@execute = ( exec 2>&1

@execute = (#!/bin/sh exec 2>&1
[ ! -e /etc/rsyncd.conf ] && exit 1
exec rsync --daemon --no-detach )
8 changes: 4 additions & 4 deletions usr/share/66/service/sddm
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[main]
@type = longrun
@version = 0.0.2
@type = classic
@version = 0.0.3
@description = "sddm daemon"
@user = ( root )
@extdepends = ( dbus )
@timeout-up = 3000
@depends = ( dbus )
@timeout-kill = 3000

[start]
@execute = (
Expand Down
6 changes: 3 additions & 3 deletions usr/share/66/service/snapperd
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[main]
@type = longrun
@version = 0.0.1
@type = classic
@version = 0.0.2
@description = "snapper daemon"
@user = ( root )
@extdepends = ( dbus )
@depends = ( dbus )

[start]
@execute = ( snapperd )
5 changes: 2 additions & 3 deletions usr/share/66/service/snooze-daily
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[main]
@type = classic
@version = 0.0.1
@version = 0.0.2
@description = "snooze-daily daemon"
@user = ( root )

[start]
@build = custom
@shebang = "/bin/sh"
@execute = (
@execute = (#!/bin/sh
exec 2>&1
execl-toc -d /var/cache/snooze
exec snooze -s 1d -t /var/cache/snooze/daily -- sh -c \
Expand Down
5 changes: 2 additions & 3 deletions usr/share/66/service/snooze-hourly
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[main]
@type = classic
@version = 0.0.1
@version = 0.0.2
@description = "snooze-hourly daemon"
@user = ( root )

[start]
@build = custom
@shebang = "/bin/sh"
@execute = (
@execute = (#!/bin/sh
exec 2>&1
execl-toc -d /var/cache/snooze
exec snooze -H \* -s 1h -t /var/cache/snooze/hourly -- sh -c \
Expand Down
5 changes: 2 additions & 3 deletions usr/share/66/service/snooze-monthly
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[main]
@type = classic
@version = 0.0.1
@version = 0.0.2
@description = "snooze-monthly daemon"
@user = ( root )

[start]
@build = custom
@shebang = "/bin/sh"
@execute = (
@execute = (#!/bin/sh
exec 2>&1
execl-toc -d /var/cache/snooze
exec snooze -d 1 -s 28d -t /var/cache/snooze/monthly -- sh -c \
Expand Down
5 changes: 2 additions & 3 deletions usr/share/66/service/snooze-weekly
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[main]
@type = classic
@version = 0.0.1
@version = 0.0.2
@description = "snooze-weekly daemon"
@user = ( root )

[start]
@build = custom
@shebang = "/bin/sh"
@execute = (
@execute = (#!/bin/sh
exec 2>&1
execl-toc -d /var/cache/snooze
exec snooze -w 0 -s 7d -t /var/cache/snooze/weekly -- sh -c \
Expand Down
6 changes: 3 additions & 3 deletions usr/share/66/service/thermald
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[main]
@type = longrun
@version = 0.0.1
@type = classic
@version = 0.0.2
@description = "thermal daemon"
@user = ( root )
@extdepends = ( dbus )
@depends = ( dbus )

[start]
@execute = ( thermald --no-daemon --dbus-enable )
Expand Down
6 changes: 3 additions & 3 deletions usr/share/66/service/wicd
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[main]
@type = longrun
@type = classic
@description = "wicd"
@version = 0.0.2
@version = 0.0.3
@user = ( root )
@extdepends = ( dbus )
@depends = ( dbus )

[start]
@execute = ( wicd -f )
5 changes: 2 additions & 3 deletions usr/share/66/service/wpa_supplicant/wpa_supplicant
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
[main]
@type = classic
@description = "WPA/WPA2/IEEE 802.1X Supplicant daemon"
@version = 0.0.1
@version = 0.0.2
@user = ( root )
@hiercopy = ( data )

[start]
@build = custom
@shebang = "/bin/sh"
@execute = (
@execute = (#!/bin/sh
exec 2>&1
if [ -n "$CONF_FILE" ]; then
${OPTS:=-M -c ${CONF_FILE:-/etc/wpa_supplicant/wpa_supplicant.conf} ${WPA_INTERFACE:+-i ${WPA_INTERFACE}} ${DRIVER:+-D ${DRIVER}} -s}
Expand Down
8 changes: 4 additions & 4 deletions usr/share/66/service/xdm
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[main]
@type = longrun
@type = classic
@description = "xdm daemon"
@version = 0.0.1
@version = 0.0.2
@user = ( root )
@extdepends = ( dbus ) # if the user does not need dbus running, this line can be commented out or ommited
@timeout-up = 3000
@depends = ( dbus ) # if the user does not need dbus running, this line can be commented out or ommited
@timeout-kill = 3000

[start]
@execute = ( execl-cmdline -s { xdm -nodaemon ${cmd_args} } )
Expand Down