mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2024-12-22 14:26:11 +00:00
12 lines
190 B
SYSTEMD
12 lines
190 B
SYSTEMD
|
[Unit]
|
||
|
Description=youtubeUnblock
|
||
|
|
||
|
[Service]
|
||
|
StandardError=journal
|
||
|
StandardOutput=journal
|
||
|
StandardInput=null
|
||
|
ExecStart=$(PREFIX)/bin/youtubeUnblock 537
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|