Last active
September 6, 2017 14:07
-
-
Save coderhs/f1658017d51d6ea2db35409cf5b1915e to your computer and use it in GitHub Desktop.
system md file used to make sure kemal/crytal app is running
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=Sale POS | |
After=network.target | |
[Service] | |
Type=simple | |
ExecStart=/opt/pos/app | |
Restart=always | |
RestartSec=3 | |
User=deploy | |
WorkingDirectory=/opt/pos/ | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment