mirror of
https://github.com/brian8544/turtle-wow.git
synced 2025-01-05 22:34:35 +00:00
13 lines
205 B
SYSTEMD
13 lines
205 B
SYSTEMD
|
[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
|