mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
15 lines
335 B
SYSTEMD
15 lines
335 B
SYSTEMD
|
[Unit]
|
||
|
Description=Bandwidth shaper/Network rate limiter
|
||
|
After=network.target
|
||
|
Wants=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
EnvironmentFile=/etc/conf.d/wondershaper.conf
|
||
|
ExecStart=/usr/bin/wondershaper -a $IFACE -d $DSPEED -u $USPEED
|
||
|
ExecStop=/usr/bin/wondershaper -c -a $IFACE
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|