Skip to content

Instantly share code, notes, and snippets.

@DavidAntaramian
Created December 6, 2017 21:58
Show Gist options
  • Save DavidAntaramian/49bd8ff079e96aec012237e07a5b4af6 to your computer and use it in GitHub Desktop.
Save DavidAntaramian/49bd8ff079e96aec012237e07a5b4af6 to your computer and use it in GitHub Desktop.
[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