Last active
November 2, 2020 23:02
-
-
Save magdesign/8525b4cda58d5862b80e1098bd1f2547 to your computer and use it in GitHub Desktop.
sudo nano /etc/systemd/system/olad.service
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=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