2021-12-12 01:51:04 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Temperato Service
|
|
|
|
|
|
|
|
[Service]
|
2022-05-27 20:38:38 +00:00
|
|
|
ExecStart=npm start
|
|
|
|
ExecReload=npm start
|
2021-12-12 01:51:04 +00:00
|
|
|
KillMode=process
|
|
|
|
Restart=on-failure
|
2021-12-12 13:03:23 +00:00
|
|
|
Type=simple
|
2021-12-12 01:51:04 +00:00
|
|
|
WorkingDirectory=<your path>
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
Alias=temperato.service
|