summaryrefslogtreecommitdiff
path: root/pcr/mycron-git/mycron@.service
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/mycron-git/mycron@.service')
-rw-r--r--pcr/mycron-git/mycron@.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/pcr/mycron-git/mycron@.service b/pcr/mycron-git/mycron@.service
new file mode 100644
index 000000000..837bc0a1a
--- /dev/null
+++ b/pcr/mycron-git/mycron@.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=mycron for %i
+Wants=multi-user.target
+
+[Service]
+User=%i
+Restart=always
+ExecStart=/usr/bin/mycron
+
+[Install]
+WantedBy=multi-user.target