Add example systemd service unit file
This commit is contained in:
parent
266d3189dc
commit
65e3ec83b1
12
examples/mvw-dl.service.example
Normal file
12
examples/mvw-dl.service.example
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=MediathekViewWeb download helper
|
||||
After=multi-user.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
Environment='PATH=/usr/local/sbin:/usr/local/bin:/usr/bin'
|
||||
ExecStart=/opt/miniconda3/envs/mvw-dl/bin/python /opt/python/mvw-dl/dev/mvw-dl.py
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
x
Reference in New Issue
Block a user