Skip to content

Commit

Permalink
minor install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
psviderski committed Sep 20, 2024
1 parent c37b1f7 commit 84dd57a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ INSTALL_SYSTEMD_DIR=${INSTALL_SYSTEMD_DIR:-/etc/systemd/system}
UNCLOUD_GITHUB_URL="https://github.com/psviderski/uncloud"
UNCLOUD_VERSION=${UNCLOUD_VERSION:-latest}
UNCLOUD_GROUP="uncloud"
# Add the specified user to the 'uncloud' group.
# Add the specified Linux user to group $UNCLOUD_GROUP.
UNCLOUD_GROUP_ADD_USER=${UNCLOUD_GROUP_ADD_USER:-}

log() {
Expand Down Expand Up @@ -135,11 +135,10 @@ install_uncloud_systemd() {
Description=Uncloud machine daemon
After=network-online.target
Wants=network-online.target
Requires=uncloud.socket
[Service]
Type=simple
ExecStart=/usr/local/bin/uncloudd
ExecStart=${INSTALL_BIN_DIR}/uncloudd
Restart=always
RestartSec=2
Expand Down

0 comments on commit 84dd57a

Please sign in to comment.