summarylogtreecommitdiffstats
path: root/plikd.service
blob: ffa24fbd2e386a32c458eaf6f5cd9a584ba08cd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Plikd temporary file sharing server
Wants=network-online.target
After=network.target network-online.target

[Service]
User=root
Group=root
Type=notify
LimitNOFILE=16384
ExecStart=/usr/bin/plikd
ExecReload=/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target