[Unit] Description=edr service Before=shutdown.target After=local-fs.target network.target [Service] Type=forking #KillMode=process ExecStart=/usr/local/edr/sbin/daemon -l 100 Restart=always RestartSec=10 ExecStop=-/bin/kill -15 $MAINPID #RemainAfterExit=yes TimeoutSec=10 [Install] WantedBy=multi-user.target