mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-11 22:54:17 +00:00
12 lines
185 B
SYSTEMD
12 lines
185 B
SYSTEMD
|
[Unit]
|
||
|
Description=MiniUPnPD
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
ExecStart=/usr/sbin/miniupnpd
|
||
|
ExecStop=kill `cat /var/run/miniupnpd.pid`
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|