mirror of
https://github.com/YunoHost-Apps/borgwarehouse_ynh.git
synced 2024-09-03 18:16:17 +02:00
17 lines
344 B
Desktop File
17 lines
344 B
Desktop File
[Unit]
|
|
Description=BorgWarehouse
|
|
Documentation=https://borgwarehouse.com
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=__APP__
|
|
Group=__APP__
|
|
Environment="__YNH_NODE_LOAD_PATH__"
|
|
WorkingDirectory=/home/yunohost.app/__APP__/app
|
|
Environment=PORT=__PORT__
|
|
ExecStart=__YNH_NPM__ run start
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|