mirror of
https://github.com/YunoHost-Apps/focalboard_ynh.git
synced 2024-09-03 18:36:19 +02:00
14 lines
231 B
Desktop File
Executable file
14 lines
231 B
Desktop File
Executable file
[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
|