blob: 9b1bc10b4fc62842ec5c5f5302b3d824b5ea0572 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[Unit]
Description = Analog Clock as a service.
After = network.target
[Service]
Type = simple
ExecStart = python3 /usr/local/merlot/bin/bigclock.py &
User = root
Group = root
Restart = on-failure
SyslogIdentifier = bigclock
RestartSec = 5
TimeoutStartSec = infinity
[Install]
WantedBy = multi-user.target
|