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