summaryrefslogtreecommitdiff
path: root/init/jimbrella-routine.service
diff options
context:
space:
mode:
Diffstat (limited to 'init/jimbrella-routine.service')
-rw-r--r--init/jimbrella-routine.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/init/jimbrella-routine.service b/init/jimbrella-routine.service
new file mode 100644
index 0000000..b641028
--- /dev/null
+++ b/init/jimbrella-routine.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=JImbrella routine
+
+[Service]
+User=jim
+Type=oneshot
+WorkingDirectory=/opt/jimbrella
+ExecStart=python3 -m jimbrella.routine
+RemainAfterExit=true
+
+[Install]
+WantedBy=multi-user.target