mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
lxc-forgejo: Enable --quiet for 'systemctl enable'
This commit is contained in:
parent
710f92871a
commit
2a4097d663
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ Environment=USER=git HOME=/home/git GITEA_WORK_DIR=/var/lib/forgejo
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
EOF
|
EOF
|
||||||
$STD systemctl enable --now forgejo
|
$STD systemctl enable -q --now forgejo
|
||||||
msg_ok "Created Service"
|
msg_ok "Created Service"
|
||||||
|
|
||||||
motd_ssh
|
motd_ssh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue