13 lines
253 B
Desktop File
13 lines
253 B
Desktop File
[Unit]
|
|
Description=lf-server-admin-panel Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/usr/share/lf-server-admin-panel
|
|
ExecStart=/usr/bin/lf-server-admin-panel
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |