18 lines
348 B
Desktop File
18 lines
348 B
Desktop File
[Unit]
|
|
Description=iVentoy PXE Server
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/opt/iventoy
|
|
Environment=LD_LIBRARY_PATH=/opt/iventoy/lib/lin64
|
|
ExecStart=/opt/iventoy/lib/iventoy
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|