Skip to content

Instantly share code, notes, and snippets.

@redindian
Created January 25, 2021 06:43
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 redindian/711b4ce19442475344225763ca5383c3 to your computer and use it in GitHub Desktop.
Save redindian/711b4ce19442475344225763ca5383c3 to your computer and use it in GitHub Desktop.
Service file for dadatuputi/elixxir_monitor.py
[Unit]
Description=Elixxir Monitor Service
After=multi-user.target
Conflicts=getty@tty1.service
[Service]
Type=simple
ExecStart=/root/elixxir_monitor.py
StandardInput=tty-force
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment