summaryrefslogtreecommitdiff
path: root/getpix.service
diff options
context:
space:
mode:
Diffstat (limited to 'getpix.service')
-rw-r--r--[l---------]getpix.service11
1 files changed, 10 insertions, 1 deletions
diff --git a/getpix.service b/getpix.service
index 905dce8..e2ca248 120000..100644
--- a/getpix.service
+++ b/getpix.service
@@ -1 +1,10 @@
-/etc/systemd/system/getpix.service \ No newline at end of file
+[Unit]
+Description=Retrieve photos from cam raspis, situated within LAN
+
+[Service]
+Type=simple
+User=st33v
+# prefix call to script with '-' to accept nonzero ('failed') exit status
+# I woulod prefer to know how to prevent the 'failure' in the first place.
+ExecStart=-/usr/local/bin/getpix.sh
+