default target

merge-requests/30/head
Bob Mottram 2021-03-14 10:09:09 +00:00
parent 31f191cc2c
commit b0313a4c20
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ fi
echo 'RemainAfterExit=yes';
echo '';
echo '[Install]';
echo 'WantedBy=multi-user.target'; } > "${HOME}/.config/systemd/user/epicyon-notifications.service"
echo 'WantedBy=default.target'; } > "${HOME}/.config/systemd/user/epicyon-notifications.service"
systemctl --user enable epicyon-notifications.service
systemctl --user daemon-reload
systemctl --user restart epicyon-notifications.service &