mirror of
https://github.com/zyachel/quetre.git
synced 2025-04-01 20:17:36 +03:00
12 lines
205 B
Desktop File
12 lines
205 B
Desktop File
[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
|