fix: consolidate under main branch, remove bones.yml, update README fleet map, fix service files to pull main
This commit is contained in:
17
iventoy.service
Normal file
17
iventoy.service
Normal file
@@ -0,0 +1,17 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user