Skip to content

Instantly share code, notes, and snippets.

@zubair1024
Created March 4, 2020 14:14
Show Gist options
  • Save zubair1024/da1a440355f00b5ec616a5fe481ad41f to your computer and use it in GitHub Desktop.
Save zubair1024/da1a440355f00b5ec616a5fe481ad41f to your computer and use it in GitHub Desktop.

Restart policy for systemd service

  • Edit the systemd service file
[Service]
Type=simple
Restart=always
RestartSec=3
  • Reload the deamon
systemctl daemon-reload
  • Restart the service
systemctl restart test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment