mirror of
https://github.com/YunoHost-Apps/focalboard_ynh.git
synced 2024-09-03 18:36:19 +02:00
Update systemd.service
This commit is contained in:
parent
e67cefe3b5
commit
faf875d67b
1 changed files with 2 additions and 2 deletions
|
@ -5,10 +5,10 @@ Description=Focalboard: kanban board
|
||||||
Type=simple
|
Type=simple
|
||||||
User=__APP__
|
User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
|
WorkingDirectory=__INSTALL_DIR__/
|
||||||
|
ExecStart=__INSTALL_DIR__/bin/focalboard-server
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=5s
|
RestartSec=5s
|
||||||
ExecStart=__INSTALL_DIR__/bin/focalboard-server
|
|
||||||
WorkingDirectory=__INSTALL_DIR__
|
|
||||||
|
|
||||||
# Sandboxing options to harden security
|
# Sandboxing options to harden security
|
||||||
# Depending on specificities of your service/app, you may need to tweak these
|
# Depending on specificities of your service/app, you may need to tweak these
|
||||||
|
|
Loading…
Add table
Reference in a new issue