aboutsummarylogtreecommitdiffstats
path: root/fetcher.service
diff options
context:
space:
mode:
authorManoel Brunnen2016-09-06 00:07:05 +0200
committerManoel Brunnen2016-09-06 00:07:05 +0200
commitf8c7e6f8a5c5ed674a74747efbb522053f583987 (patch)
treeee07810b2d65a5d65d14cf7be5699035c5f17965 /fetcher.service
downloadaur-f8c7e6f8a5c5ed674a74747efbb522053f583987.tar.gz
Initial Commit
Diffstat (limited to 'fetcher.service')
-rw-r--r--fetcher.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/fetcher.service b/fetcher.service
new file mode 100644
index 000000000000..272a1afd2b17
--- /dev/null
+++ b/fetcher.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Update some git repos
+Wants=network-online.target
+After=network-online.target
+
+[Service]
+Type=simple
+User=%i
+ExecStart=/bin/bash /usr/bin/fetcher -f=/home/%i/.config/fetcher.conf
+
+[Install]
+WantedBy=multi-user.target
+; vim:set ft=systemd: