summarylogtreecommitdiffstats
path: root/youtube-local.service
blob: e5b7b96458c7fafebbfc6d63c5683b43bec2ab1e (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Youtube-local
After=network.target

[Service]
Type=simple
WorkingDirectory=/opt/youtube-local
ExecStart=/usr/bin/python3 /opt/youtube-local/server.py

[Install]
WantedBy=default.target