mirror of
https://github.com/Mercantec-GHC/h4-projekt-gruppe-0-sm.git
synced 2025-04-27 08:24:05 +02:00
14 lines
247 B
Desktop File
14 lines
247 B
Desktop File
[Unit]
|
|
Description=H4 Backend
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=host
|
|
ExecStart=/home/host/h4-projekt-gruppe-0-sm/backend/build/server
|
|
Restart=on-failure
|
|
RestartSec=10
|
|
WorkingDirectory=/home/host/h4-projekt-gruppe-0-sm
|
|
|
|
[Install]
|
|
WantedBy=default.target
|