1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ethercalc_ynh.git synced 2024-09-03 18:26:36 +02:00
ethercalc_ynh/conf/systemd.service
ericgaspar 9d0deea122
fix
2020-11-03 16:51:32 +01:00

17 lines
383 B
Desktop File

[Unit]
Description=Ethercalc, the collaborative spreadsheet editor.
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__
Environment="PATH=__ENV_PATH__"
Environment="NODE_ENV=production"
ExecStart=__FINALPATH__/bin/ethercalc --port __PORT__ --expire __EXPIRE__
RuntimeMaxSec=86400
Restart=always
[Install]
WantedBy=multi-user.target