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

[Service]
Type=simple
EnvironmentFile=/etc/tuxclocker.env
ExecStart=/usr/bin/tuxclockerd
Restart=on-failure
RestartSec=5

[Install]
WantedBy=multi-user.target