summarylogtreecommitdiffstats
path: root/reflector.service
diff options
context:
space:
mode:
authorkillermoehre2015-06-20 00:03:48 +0200
committerkillermoehre2015-06-20 00:03:48 +0200
commit9e592c44a9dc1c9b54115fcbbd038d2041baea59 (patch)
tree84e8c424dbb780be7f0765e36af82bcb3efc0035 /reflector.service
downloadaur-9e592c44a9dc1c9b54115fcbbd038d2041baea59.tar.gz
Initial (and hopefully last) release
Diffstat (limited to 'reflector.service')
-rw-r--r--reflector.service8
1 files changed, 8 insertions, 0 deletions
diff --git a/reflector.service b/reflector.service
new file mode 100644
index 000000000000..b795491e36d0
--- /dev/null
+++ b/reflector.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=Pacman mirrorlist update
+Documentation=https://wiki.archlinux.org/index.php/Reflector
+
+[Service]
+Type=oneshot
+EnvironmentFile=/etc/conf.d/reflector.conf
+ExecStart=/usr/bin/reflector --age $AGE --country $COUNTRY --latest $LATEST --number $NUMBER --sort $SORT --save /etc/pacman.d/mirrorlist