summaryrefslogtreecommitdiff
path: root/getpix.service
diff options
context:
space:
mode:
Diffstat (limited to 'getpix.service')
-rw-r--r--getpix.service10
1 files changed, 0 insertions, 10 deletions
diff --git a/getpix.service b/getpix.service
deleted file mode 100644
index e2ca248..0000000
--- a/getpix.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[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
-