summaryrefslogtreecommitdiff
path: root/pcr/mycron-git/mycron@.service
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-10-09 21:07:26 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-10-09 21:07:26 -0200
commit66174628313398909679b2a88cab535627fa4dc9 (patch)
treeb403b67e48e3504f7f8a0ea62c5fe5cc37c5f4cb /pcr/mycron-git/mycron@.service
parentb42154133403f057f59444375480b78a8c922be6 (diff)
parent2161d99a0e246788462de5377c74142ff250172b (diff)
downloadabslibre-66174628313398909679b2a88cab535627fa4dc9.tar.gz
abslibre-66174628313398909679b2a88cab535627fa4dc9.tar.bz2
abslibre-66174628313398909679b2a88cab535627fa4dc9.zip
Merge branch 'master' of ssh://projects.parabola.nu/~git/abslibre
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