Skip to content

Instantly share code, notes, and snippets.

@magdesign
Last active November 2, 2020 23:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magdesign/8525b4cda58d5862b80e1098bd1f2547 to your computer and use it in GitHub Desktop.
Save magdesign/8525b4cda58d5862b80e1098bd1f2547 to your computer and use it in GitHub Desktop.
sudo nano /etc/systemd/system/olad.service
[Unit]
Description=OLA Daemon
After=network.target
[Service]
User=olad
ExecStart=/usr/local/bin/olad
Restart=always
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment