13 lines
234 B
Desktop File
13 lines
234 B
Desktop File
[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
|