File qos.service.in of Package qos
[Unit] Description=QOS traffic shaping to avoid bufferbloat After=network-pre.target Documentation=https://github.com/archiecobbs/qos [Service] Type=oneshot RemainAfterExit=yes ExecStart=@qosprog@ start ExecStop=@qosprog@ stop ProtectSystem=full ProtectHome=true PrivateDevices=true ProtectHostname=true ProtectClock=true ProtectKernelTunables=true ProtectKernelModules=true ProtectKernelLogs=true ProtectControlGroups=true RestrictRealtime=true