Last active
April 23, 2024 10:06
-
-
Save 0xankit/d5adbca3aa7ce439c5397029cfbf4176 to your computer and use it in GitHub Desktop.
This file contains 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=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