[Unit] Description=Authentication Service Rest After=network.target [Service] Type=simple User=di ExecStart=/usr/sbin/di-authentication-service-rest -config /etc/di/authentication-service-rest.conf ExecStop=/bin/kill -15 $MAINPID Restart=always RestartSec=3 StartLimitInterval=1 StartLimitBurst=5 [Install] WantedBy=multi-user.target