100 |
+ systemd-user-sessions.service |
+ systemd-user-sessions.service |
101 |
+ )) |
+ )) |
102 |
+ { |
+ { |
103 |
+ symlink("../bootstrap-console.service", |
+ symlink("../$unit", |
104 |
+ "root/usr/lib/systemd/system/$target.target.wants/$unit") |
+ "root/usr/lib/systemd/system/$target.target.wants/$unit") |
105 |
+ or die "Can't symlink to root/usr/lib/systemd/system/$target.target.wants/$unit: $!"; |
+ or die "Can't symlink to root/usr/lib/systemd/system/$target.target.wants/$unit: $!"; |
106 |
+ } |
+ } |
133 |
+[Unit] |
+[Unit] |
134 |
+Description=Koozali SME Server System |
+Description=Koozali SME Server System |
135 |
+Documentation=man:systemd.special(7) |
+Documentation=man:systemd.special(7) |
136 |
+Requires=basic.target getty.target nfs-client.target remote-fs.target |
+Requires=basic.target |
137 |
+Conflicts=rescue.service rescue.target multi-user.target |
+Conflicts=rescue.service rescue.target multi-user.target |
138 |
+After=basic.target rescue.service rescue.target |
+After=basic.target rescue.service rescue.target |
139 |
+AllowIsolate=yes |
+AllowIsolate=yes |