Skip to content

Instantly share code, notes, and snippets.

@sp1thas
Created March 5, 2019 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sp1thas/0a9a6de0019cbbf6cacc1846b7ef5177 to your computer and use it in GitHub Desktop.
Save sp1thas/0a9a6de0019cbbf6cacc1846b7ef5177 to your computer and use it in GitHub Desktop.
Cronicle Unit File
[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