mirror of
https://github.com/YunoHost-Apps/librarian_ynh.git
synced 2024-09-03 19:36:01 +02:00
Update systemd.service
This commit is contained in:
parent
d2d8b7e760
commit
698765aab0
1 changed files with 2 additions and 3 deletions
|
@ -7,9 +7,8 @@ Type=simple
|
||||||
User=__APP__
|
User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
WorkingDirectory=__FINALPATH__/
|
WorkingDirectory=__FINALPATH__/
|
||||||
ExecStart=__FINALPATH__/__APP__
|
ExecStart=__FINALPATH__/librarian
|
||||||
StandardOutput=append:/var/log/__APP__/__APP__.log
|
LimitNOFILE=65536
|
||||||
StandardError=inherit
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Add table
Reference in a new issue