aboutsummaryrefslogtreecommitdiff
path: root/systemd
diff options
context:
space:
mode:
authorddd <don@suspectdevices.com>2025-10-14 14:47:59 -0700
committerddd <don@suspectdevices.com>2025-10-14 14:47:59 -0700
commitc21c6c0e63245f0c1dc425623cba371eda9a1b10 (patch)
treeb0fcd9624bc350def22ad0ed0200bdd3c3170377 /systemd
parent81ae5c15129cdc245558d63bd24e2e80bfe3eeb2 (diff)
bigclock
Diffstat (limited to 'systemd')
-rw-r--r--systemd/system/bigclock.service16
1 files changed, 16 insertions, 0 deletions
diff --git a/systemd/system/bigclock.service b/systemd/system/bigclock.service
new file mode 100644
index 0000000..9b1bc10
--- /dev/null
+++ b/systemd/system/bigclock.service
@@ -0,0 +1,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