summarylogtreecommitdiffstats
path: root/watcher3.service
blob: cc9b6f1c202e43cfae1beac7e0eaa2abcf2ba441 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Watcher server, get movies!
After=network.target

[Service]
User=watcher
Group=watcher

ExecStart=/usr/bin/python /opt/watcher3/watcher.py
Restart=no

[Install]
WantedBy=multi-user.target