Created
March 5, 2019 13:09
-
-
Save sp1thas/0a9a6de0019cbbf6cacc1846b7ef5177 to your computer and use it in GitHub Desktop.
Cronicle Unit File
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=Cronicle Service | |
After=network.target | |
[Service] | |
Restart=on-failure | |
Type=forking | |
ExecStart=/opt/cronicle/bin/control.sh start | |
ExecStop=/opt/cronicle/bin/control.sh stop | |
Restart=/opt/cronicle/bin/control.sh restart | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment