Skip to content

Instantly share code, notes, and snippets.

@0xankit
Last active April 23, 2024 10:06
Show Gist options
  • Save 0xankit/d5adbca3aa7ce439c5397029cfbf4176 to your computer and use it in GitHub Desktop.
Save 0xankit/d5adbca3aa7ce439c5397029cfbf4176 to your computer and use it in GitHub Desktop.
[Unit]
Description=IITK Network Service
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/env python3 /home/../script/sauthenticator.py
TimeoutStopSec=10
Restart=always
Environment=PYTHONUNBUFFERED=1
#WorkingDirectory=/home/../scripts
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=IITK
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment