summarylogtreecommitdiffstats
path: root/pkgupdate.service
blob: 7673884b0795665d6ab91c026bea34744d1d412c (plain)
1
2
3
4
5
6
7
8
9
10
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