summaryrefslogtreecommitdiff
path: root/systemd/birdscan.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/birdscan.service')
-rw-r--r--systemd/birdscan.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/systemd/birdscan.service b/systemd/birdscan.service
new file mode 100644
index 0000000..aa9f319
--- /dev/null
+++ b/systemd/birdscan.service
@@ -0,0 +1,13 @@
+
+[Unit]
+Description=A software to take nice pictures of birds with a Raspberry Pi Camera
+After=network.target
+
+[Service]
+User=birdscan
+Group=birdscan
+ExecStart=/usr/bin/birdscan
+
+[Install]
+WantedBy=multi-user.target
+