Skip to content

Commit

Permalink
systemd: don't autostart on login
Browse files Browse the repository at this point in the history
deadly for network shared /home
  • Loading branch information
wwwutz committed Jan 29, 2024
1 parent b2cc982 commit 70c310d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion startstop-paperless.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ case "\$1" in
echo "# I'm from \$0"
cat <<< "\${SDS["\$s"]}"
) > \$HOME/.config/systemd/user/\$s
systemctl --user enable \$s
systemctl --user disable \$s
done
systemctl --user daemon-reload
;;
Expand Down

0 comments on commit 70c310d

Please sign in to comment.