Skip to content

Instantly share code, notes, and snippets.

@sp1thas
Created March 5, 2019 13:09
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