mirror of
https://github.com/zyachel/quetre.git
synced 2025-04-04 13:37:39 +03:00
Create quetre.service
This commit is contained in:
parent
1193face66
commit
cae1ac7918
1 changed files with 12 additions and 0 deletions
12
quetre.service
Normal file
12
quetre.service
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Frontend for quora
|
||||||
|
[Service]
|
||||||
|
WorkingDirectory=/home/quetre/quetre
|
||||||
|
User=quetre
|
||||||
|
ExecStart=/usr/bin/pnpm start
|
||||||
|
RestartSec=5
|
||||||
|
Restart=always
|
||||||
|
KillMode=mixed
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
Loading…
Add table
Add a link
Reference in a new issue