summarylogtreecommitdiffstats
path: root/tuxclockerd-dbus.service
blob: 18ac56b9fe7620868ddb488eae16654bd3ed337e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=TuxClocker DBus Daemon
After=graphical.target

[Service]
Type=simple
EnvironmentFile=/etc/tuxclocker.env
ExecStart=/usr/bin/dbus-daemon --config-file=${TUX_DBUS_CONF_FILE} --nofork
Restart=on-failure
RestartSec=5

[Install]
WantedBy=multi-user.target