mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2026-03-14 06:22:39 +03:00
Add systemd daemon, add make install target
This commit is contained in:
11
youtubeUnblock.service
Normal file
11
youtubeUnblock.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=youtubeUnblock
|
||||
|
||||
[Service]
|
||||
StandardError=journal
|
||||
StandardOutput=journal
|
||||
StandardInput=null
|
||||
ExecStart=$(PREFIX)/bin/youtubeUnblock 537
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user