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

17 lines
309 B
SYSTEMD
Raw Normal View History

2022-06-15 16:26:48 +02:00
[Unit]
Description=Umami: Web Analytics
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
2023-01-26 08:41:30 +01:00
#Environment=NODE_ENV=production
2022-06-15 16:26:48 +02:00
Environment=PORT=__PORT__
Environment="__YNH_NODE_LOAD_PATH__"
ExecStart=__YNH_NPM__ run start
[Install]
WantedBy=multi-user.target