/lib/systemd/system/niceshaper.service is in niceshaper 1.2.4-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | [Unit]
Description=Dynamic Traffic Shaper
Documentation=man:niceshaper
Documentation=file:///usr/share/doc/niceshaper/html
Documentation=http://niceshaper.jedwabny.net
After=network.target
[Service]
Type=forking
PIDFile=/var/run/niceshaper.pid
ExecStart=/usr/bin/niceshaper start
ExecStop=/usr/bin/niceshaper stop
ExecReload=/usr/bin/niceshaper restart
Restart=on-failure
[Install]
WantedBy=multi-user.target
|