There was an error while loading. Please reload this page.
1 parent fab0407 commit eecfe8eCopy full SHA for eecfe8e
internal/server/systemd.service
@@ -1,11 +1,14 @@
1
[Unit]
2
Description=Proxmox API Wrapper
3
After=network.target
4
+StartLimitIntervalSec=0
5
6
[Service]
7
Type=simple
-ExecStart=WRAPPER_HOST=0.0.0.0 pve-api-wrapper
8
Restart=always
9
+RestartSec=1
10
+User=root
11
+ExecStart=/bin/bash -c 'WRAPPER_HOST=0.0.0.0 pve-api-wrapper &>> /var/log/pve-api-wrapper.log'
12
13
[Install]
14
WantedBy=multi-user.target
0 commit comments