fix: consolidate under main branch, remove bones.yml, update README fleet map, fix service files to pull main

This commit is contained in:
Artemis (Iron Legion)
2026-05-27 11:04:08 -04:00
parent 95a7058eb2
commit 75de374d83
9 changed files with 398 additions and 35 deletions

17
iventoy.service Normal file
View 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