diff options
Diffstat (limited to 'tmp/birdtransporter.service')
-rw-r--r-- | tmp/birdtransporter.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tmp/birdtransporter.service b/tmp/birdtransporter.service new file mode 100644 index 0000000..2f45283 --- /dev/null +++ b/tmp/birdtransporter.service @@ -0,0 +1,13 @@ + +[Unit] +Description=A temporary script to sync pictures from birdscan +After=network.target + +[Service] +User=birdscan +Group=birdscan +ExecStart=/usr/bin/birdtransporter + +[Install] +WantedBy=multi-user.target + |