File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -146,11 +146,14 @@ chmod 644 /etc/systemd/system/kdeconnect.service
146
146
ln -s /etc/systemd/system/i2csound.service /etc/systemd/system/multi-user.target.wants/i2csound.service
147
147
ln -s /etc/systemd/system/autoconfigure_soundcard.service /etc/systemd/system/multi-user.target.wants/autoconfigure_soundcard.service
148
148
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
150
149
ln -s /etc/systemd/system/kdeconnect.service /etc/systemd/system/multi-user.target.wants/kdeconnect.service
151
150
# ln -s /usr/lib/systemd/system/mpd.service /etc/systemd/system/multi-user.target.wants/mpd.service
152
151
ln -s /usr/lib/systemd/system/systemd-zram-setup@.service /etc/systemd/system/multi-user.target.wants/systemd-zram-setup@zram0.service
153
152
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
+
154
157
echo " Ensuring permissions for $USER user..."
155
158
chmod 644 /home/$USER /.asoundrc
156
159
chown -R $TUID :$TGID /home/$USER
You can’t perform that action at this time.
0 commit comments