# netpolice.J.service file for systemd # Author: Jim Carter , 2016-09-07 # jimc/CouchNet hack # Jacinth is the only machine that needs netpolice.J . [Unit] Description=Network traffic control /J/ After=network.target [Service] Type=oneshot RemainAfterExit=yes ExecStart=/usr/diklo/sbin/netpolice start ExecReload=/usr/diklo/sbin/netpolice reload ExecStop=/usr/diklo/sbin/netpolice stop [Install] WantedBy=network.service