summarylogtreecommitdiffstats
path: root/pkgupdate.service
diff options
context:
space:
mode:
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