summarylogtreecommitdiffstats
path: root/pkgupdate.service
diff options
context:
space:
mode:
authorSpyros Stathopoulos2015-06-13 13:58:13 +0300
committerSpyros Stathopoulos2015-06-13 13:58:13 +0300
commit6692e42d242db35d161c19c7ba1dc5bb1bc939ad (patch)
tree9d0f8655f06284711c5f3ca6d6e3d809623bceb8 /pkgupdate.service
downloadaur-pkgupdate-git.tar.gz
Initial commit
Diffstat (limited to 'pkgupdate.service')
-rw-r--r--pkgupdate.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgupdate.service b/pkgupdate.service
new file mode 100644
index 000000000000..7673884b0795
--- /dev/null
+++ b/pkgupdate.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=PkgUpdate Server
+After=network.target
+
+[Service]
+Type=simple
+PIDFile=/run/pkgupdate.pid
+ExecStart=/usr/bin/pkgupdate_server.py -l /var/log/pkgupdate.log
+
+[Install]
+WantedBy=multi-user.target