Created
January 29, 2017 20:25
-
-
Save zorbash/522669c56bcae826d8ab142efe21a214 to your computer and use it in GitHub Desktop.
Kitto systemd 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=Kitto Server | |
[Service] | |
Type=simple | |
User=deployer | |
User=deployer | |
EnvironmentFile=/etc/default/kitto | |
ExecStart=/usr/local/bin/elixir --no-halt --no-compile --no-deps-check --name [email protected] -S mix kitto.server | |
WorkingDirectory=/var/www/apps/kitto | |
Restart=on-failure | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment