1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/umami_ynh.git synced 2024-10-01 13:34:50 +02:00
umami_ynh/conf/systemd.service
2022-06-15 16:26:48 +02:00

16 lines
308 B
Desktop File

[Unit]
Description=Umami: Web Analytics
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
Environment=NODE_ENV=production
Environment=PORT=__PORT__
Environment="__YNH_NODE_LOAD_PATH__"
ExecStart=__YNH_NPM__ run start
[Install]
WantedBy=multi-user.target