Skip to content

Instantly share code, notes, and snippets.

@caike
Created February 26, 2021 02:54
Show Gist options
  • Save caike/94c079cb8424f1741f2aaab96b6a798b to your computer and use it in GitHub Desktop.
Save caike/94c079cb8424f1741f2aaab96b6a798b to your computer and use it in GitHub Desktop.
systemd config example
[Unit]
Description=O Nome do Service
[Service]
Type=notify
ExecStart=/bin/pra/iniciar/o/service
WatchdogSec=30s
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment