Created
February 26, 2021 02:54
-
-
Save caike/94c079cb8424f1741f2aaab96b6a798b to your computer and use it in GitHub Desktop.
systemd config example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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