]> git.mdlowis.com Git - proto/atv.git/commitdiff
added systemd unit file for atv service
authorMike Lowis <mike.lowis@gentex.com>
Mon, 18 Mar 2024 18:47:55 +0000 (14:47 -0400)
committerMike Lowis <mike.lowis@gentex.com>
Mon, 18 Mar 2024 18:47:55 +0000 (14:47 -0400)
atv/etc/systemd/system/atv.service [new file with mode: 0644]

diff --git a/atv/etc/systemd/system/atv.service b/atv/etc/systemd/system/atv.service
new file mode 100644 (file)
index 0000000..6f32567
--- /dev/null
@@ -0,0 +1,9 @@
+[Unit]
+Description=Aardvark Television service
+
+[Service]
+ExecStart=/usr/local/bin/atv
+Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target