10 lines
186 B
Desktop File
10 lines
186 B
Desktop File
[Unit]
|
|
Description=Runs ytdownloader.py
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=no
|
|
ExecStart=/bin/python /root/scripts/ytdownloader/ytdownloader.py
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|