Skip to content

Instantly share code, notes, and snippets.

@orendon
Last active May 12, 2021 15:39
Show Gist options
  • Save orendon/a34d60e6fbe96e5433f60aeb28c9987c to your computer and use it in GitHub Desktop.
Save orendon/a34d60e6fbe96e5433f60aeb28c9987c to your computer and use it in GitHub Desktop.
TLE bot systemd
# /etc/systemd/system/tle.service
[Unit]
Description=TLE-bot
[Service]
ExecStart=/home/orendon/TLE/run.sh
Restart=on-failure
RestartSec=5s
[Install]
WantedBy=default.target
sudo systemctl enable tle
sudo systemctl start tle
sudo systemctl status tle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment