add node device path, add service and config templates

This commit is contained in:
Arthur Lu
2025-01-28 01:24:31 +00:00
parent 36403cb962
commit 855d6c011d
3 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[Unit]
Description=proxmoxaas-fabric
After=network.target
[Service]
WorkingDirectory=/<path to dir>
ExecStart=/<path to dir>/proxmoxaas-fabric
Restart=always
RestartSec=10
Type=simple
[Install]
WantedBy=default.target