15 lines
228 B
Desktop File
15 lines
228 B
Desktop File
[Unit]
|
|
Description=Temperato Service
|
|
|
|
[Service]
|
|
ExecStart=npm start
|
|
ExecReload=npm start
|
|
KillMode=process
|
|
Restart=on-failure
|
|
Type=simple
|
|
WorkingDirectory=<your path>
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=temperato.service
|