15 lines
324 B
INI
15 lines
324 B
INI
[Unit]
|
|
Description=OpenTracker Daemon (IPv6)
|
|
After=network.target
|
|
Documentation=man:opentracker
|
|
|
|
[Service]
|
|
User=_opentracker
|
|
PrivateTmp=yes
|
|
ExecStart=/usr/bin/opentracker-ipv6 -f /etc/opentracker/opentracker-ipv6.conf
|
|
ExecStop=/bin/kill -INT $MAINPID
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|