Skip to content

Commit

Permalink
rename service to fai, change description
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed May 28, 2023
1 parent 3009309 commit 11ce6f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/fai-make-nfsroot
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ EOF
#Start FAI using Systemd
readlink $NFSROOT/sbin/init | grep -q systemd
if [ $? -eq 0 ]; then
LC_ALL=C $ROOTCMD systemctl set-default fai-install.target
LC_ALL=C $ROOTCMD systemctl set-default fai.target
fi

# this second rm of the same file is needed!
Expand Down
2 changes: 1 addition & 1 deletion conf/systemd/fai.service
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Unit]
Description=Install system using FAI
Description=Fully Automatic Installation system
DefaultDependencies=no
Conflicts=shutdown.target
After=rescue.target
Expand Down
4 changes: 2 additions & 2 deletions conf/systemd/fai.target
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Unit]
Description=Install system using FAI
Requires=network-online.target fai-install.service
Description=Fully Automatic Installation system
Requires=network-online.target fai.service
AllowIsolate=no

0 comments on commit 11ce6f0

Please sign in to comment.