mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
21 lines
462 B
Desktop File
21 lines
462 B
Desktop File
[Unit]
|
|
Description=Wekan: task board
|
|
Wants=__MONGODB_SERVICENAME__.service
|
|
After=network.target __MONGODB_SERVICENAME__.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=__APP__
|
|
Group=__APP__
|
|
EnvironmentFile=__INSTALL_DIR__/.env
|
|
WorkingDirectory=__INSTALL_DIR__/
|
|
ExecStart=__YNH_NODE__ __INSTALL_DIR__/main.js
|
|
Restart=on-failure
|
|
#StartLimitInterval=86400
|
|
#StartLimitBurst=5
|
|
RestartSec=10
|
|
ExecReload=/bin/kill -USR1 $MAINPID
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|