mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Add invidious.service
This commit is contained in:
parent
9580a21786
commit
f65ddaa0f1
1 changed files with 25 additions and 0 deletions
25
invidious.service
Normal file
25
invidious.service
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Invidious (An alternative YouTube front-end)
|
||||||
|
After=syslog.target
|
||||||
|
After=network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
RestartSec=2s
|
||||||
|
Type=simple
|
||||||
|
|
||||||
|
# set user and group
|
||||||
|
User=invidious
|
||||||
|
Group=invidious
|
||||||
|
|
||||||
|
# configure location
|
||||||
|
WorkingDirectory=/home/invidious
|
||||||
|
ExecStart=/home/invidious/invidious/invidious
|
||||||
|
|
||||||
|
Restart=always
|
||||||
|
|
||||||
|
# default log output is syslog, to disable log enable both
|
||||||
|
#StandardOutput=null
|
||||||
|
#StandardError=null
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Reference in a new issue