This commit is contained in:
John Lancaster
2024-06-14 23:34:27 -05:00
parent ca7f62afe3
commit 1cae18670a
7 changed files with 75 additions and 11 deletions

12
example.service Normal file
View File

@@ -0,0 +1,12 @@
[Unit]
Description=Example Service
Requires=example.socket
After=example.socket
[Service]
User=root
Group=root
ExecStart=/root/.pyenv/versions/venv/bin/python /home/john/ad-tunnel/run_service.py
[Install]
WantedBy=multi-user.target