[Unit]
Description=Collaborative Calc
After=network-online.target
 
[Service]
Type=simple
WorkingDirectory=/usr/share/eole/nodejs/ethercalc
ExecStart=/usr/share/eole/nodejs/ethercalc/bin/ethercalc --port ${ETHERCALC_PORT} --host ${ETHERCAL_HOST}
Restart=on-failure
 
[Install]
WantedBy=multi-user.target