Skip to content

Commit 4aad5b5

Browse files
committed
enable gmrender
1 parent d3aa48d commit 4aad5b5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build_audio_base.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,14 @@ chmod 644 /etc/systemd/system/kdeconnect.service
146146
ln -s /etc/systemd/system/i2csound.service /etc/systemd/system/multi-user.target.wants/i2csound.service
147147
ln -s /etc/systemd/system/autoconfigure_soundcard.service /etc/systemd/system/multi-user.target.wants/autoconfigure_soundcard.service
148148
ln -s /etc/systemd/system/sshd.service /etc/systemd/system/multi-user.target.wants/sshd.service
149-
ln -s /home/$USER/.config/systemd/user/gmrender.service /home/$USER/.config/systemd/user/default.target.wants/gmrender.service
150149
ln -s /etc/systemd/system/kdeconnect.service /etc/systemd/system/multi-user.target.wants/kdeconnect.service
151150
#ln -s /usr/lib/systemd/system/mpd.service /etc/systemd/system/multi-user.target.wants/mpd.service
152151
ln -s /usr/lib/systemd/system/systemd-zram-setup@.service /etc/systemd/system/multi-user.target.wants/systemd-zram-setup@zram0.service
153152

153+
chmod 644 /home/$USER/.config/systemd/user/*.service
154+
mkdir -p /home/$USER/.config/systemd/user/default.target.wants/
155+
ln -s /home/$USER/.config/systemd/user/gmrender.service /home/$USER/.config/systemd/user/default.target.wants/gmrender.service
156+
154157
echo "Ensuring permissions for $USER user..."
155158
chmod 644 /home/$USER/.asoundrc
156159
chown -R $TUID:$TGID /home/$USER

0 commit comments

Comments
 (0)