1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/borgwarehouse_ynh.git synced 2024-09-03 18:16:17 +02:00
borgwarehouse_ynh/conf/systemd.service
2023-10-17 12:13:49 +02:00

16 lines
293 B
Desktop File

[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