Created
December 6, 2017 21:58
-
-
Save DavidAntaramian/49bd8ff079e96aec012237e07a5b4af6 to your computer and use it in GitHub Desktop.
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=timber | |
After=network-online.target | |
Requires=network-online.target | |
[Service] | |
User=odin | |
Group=odin | |
WorkingDirectory=/opt/app | |
ExecStart=/opt/app/bin/timber foreground | |
Restart=always | |
StandardOutput=syslog | |
StandardError=syslog | |
SyslogIdentifier=timber | |
Environment=REPLACE_OS_VARS=true | |
Environment=LANG=en_US.UTF-8 | |
Environment=HOSTNAME=%H | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment