WIP
This commit is contained in:
12
example.service
Normal file
12
example.service
Normal 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
|
||||
Reference in New Issue
Block a user