Skip to content

Instantly share code, notes, and snippets.

View VageGast's full-sized avatar

Jethro Stapelbroek VageGast

  • Eibergen, Netherlands
View GitHub Profile
@ewenchou
ewenchou / README.md
Last active July 8, 2023 04:36
Run Python script as systemd service
  1. Create a service file like dash_sniffer.service
  2. Put it in /lib/systemd/system/
  3. Reload systemd using command: systemctl daemon-reload
  4. Enable auto start using command: systemctl enable dash_sniffer.service