mirror of
https://github.com/YunoHost-Apps/umami_ynh.git
synced 2024-10-01 13:34:50 +02:00
16 lines
308 B
Desktop File
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
|