summarylogtreecommitdiffstats
path: root/zifd.service
blob: 4ffb7e19b0d827a9f1e607530ad01d77fef3e58d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Zif daemon
After=network-online.target

[Service]
User=zif
Type=simple
LimitNPROC=4
NonBlocking=false
ExecStart=/usr/bin/zif
WorkingDirectory=/var/lib/zif

[Install]
WantedBy=multi-user.target