summaryrefslogtreecommitdiff
path: root/editpix.service
diff options
context:
space:
mode:
Diffstat (limited to 'editpix.service')
-rw-r--r--editpix.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/editpix.service b/editpix.service
new file mode 100644
index 0000000..21c7083
--- /dev/null
+++ b/editpix.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=edit and copy pix to webserver
+
+[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/editpix.sh
+