mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-11-04 10:22:50 +00:00
Update service creation messages in install script
This commit is contained in:
@@ -79,7 +79,7 @@ $STD npm run db:sqlite:generate
|
|||||||
$STD npm run db:sqlite:push
|
$STD npm run db:sqlite:push
|
||||||
msg_ok "Setup Pangolin"
|
msg_ok "Setup Pangolin"
|
||||||
|
|
||||||
msg_info "Creating Pangolin Service"
|
msg_info "Creating Services"
|
||||||
cat <<EOF >/etc/systemd/system/pangolin.service
|
cat <<EOF >/etc/systemd/system/pangolin.service
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Pangolin Service
|
Description=Pangolin Service
|
||||||
@@ -97,10 +97,8 @@ RestartSec=10
|
|||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
EOF
|
EOF
|
||||||
systemctl enable -q --now pangolin
|
systemctl enable -q --now pangolin
|
||||||
msg_ok "Created pangolin Service"
|
|
||||||
|
|
||||||
msg_info "Setting up gerbil Service"
|
|
||||||
mkdir -p /var/config
|
mkdir -p /var/config
|
||||||
|
|
||||||
cat <<EOF >/etc/systemd/system/gerbil.service
|
cat <<EOF >/etc/systemd/system/gerbil.service
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Gerbil Service
|
Description=Gerbil Service
|
||||||
@@ -118,7 +116,7 @@ RestartSec=10
|
|||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
EOF
|
EOF
|
||||||
systemctl enable -q --now gerbil
|
systemctl enable -q --now gerbil
|
||||||
msg_ok "Set up gerbil Service"
|
msg_ok "Created Services"
|
||||||
|
|
||||||
motd_ssh
|
motd_ssh
|
||||||
customize
|
customize
|
||||||
|
|||||||
Reference in New Issue
Block a user