mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-05 23:10:59 +00:00
iventoy: run iventoy.sh with bash instead of dash (#17034)
This commit is contained in:
committed by
GitHub
parent
166c798e35
commit
535f2f2d2e
@@ -31,8 +31,8 @@ Environment=IVENTOY_API_ALL=1
|
||||
Environment=IVENTOY_AUTO_RUN=1
|
||||
Environment=LIBRARY_PATH=/opt/iventoy/lib/lin64
|
||||
Environment=LD_LIBRARY_PATH=/opt/iventoy/lib/lin64
|
||||
ExecStart=/bin/sh /opt/iventoy/iventoy.sh -R start
|
||||
ExecStop=/bin/sh /opt/iventoy/iventoy.sh stop
|
||||
ExecStart=/bin/bash /opt/iventoy/iventoy.sh -R start
|
||||
ExecStop=/bin/bash /opt/iventoy/iventoy.sh stop
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user