mirror of
https://github.com/YunoHost-Apps/focalboard_ynh.git
synced 2024-09-03 18:36:19 +02:00
14 lines
230 B
SYSTEMD
14 lines
230 B
SYSTEMD
|
[Unit]
|
||
|
Description=Focalboard server
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=__APP__
|
||
|
Group=__APP__
|
||
|
Restart=always
|
||
|
RestartSec=5s
|
||
|
ExecStart=__FINALPATH__/bin/focalboard-server
|
||
|
WorkingDirectory=__FINALPATH__
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|