Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit b4773c0

Browse files
author
Christophe - CC4
authored
fix: bad systemd service path
1 parent ce6e481 commit b4773c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stage2/04-presentium-apt/02-run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -e
22

33
on_chroot <<- \EOF
4-
ln -s '/lib/systemd/system/presentium-client.service' '/etc/systemd/system/multi-user.target.wants/presentium-client.service'
4+
ln -s '/etc/systemd/system/presentium-client.service' '/etc/systemd/system/multi-user.target.wants/presentium-client.service'
55
EOF

0 commit comments

Comments
 (0)