mirror of
https://github.com/brian8544/turtle-wow.git
synced 2025-01-03 21:34:35 +00:00
13 lines
205 B
Desktop File
13 lines
205 B
Desktop File
[Unit]
|
|
Description=RPLL backend application
|
|
|
|
[Service]
|
|
WorkingDirectory=/home/rpll/
|
|
ExecStart=/home/rpll/backend
|
|
User=rpll
|
|
Type=simple
|
|
Restart=on-failure
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |