mirror of
https://github.com/YunoHost-Apps/ethercalc_ynh.git
synced 2024-09-03 18:26:36 +02:00
16 lines
348 B
Desktop File
16 lines
348 B
Desktop File
[Unit]
|
|
Description=Ethercalc, the collaborative spreadsheet editor.
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=__APP__
|
|
Group=__APP__
|
|
Environment="NODE_ENV=production"
|
|
Environment="__YNH_NODE_LOAD_PATH__"
|
|
ExecStart=/usr/bin/ethercalc --port __PORT__ --expire __EXPIRE__
|
|
RuntimeMaxSec=86400
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|