mirror of https://gitlab.com/bashrc2/epicyon
default target
parent
31f191cc2c
commit
b0313a4c20
|
|
@ -83,7 +83,7 @@ fi
|
||||||
echo 'RemainAfterExit=yes';
|
echo 'RemainAfterExit=yes';
|
||||||
echo '';
|
echo '';
|
||||||
echo '[Install]';
|
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 enable epicyon-notifications.service
|
||||||
systemctl --user daemon-reload
|
systemctl --user daemon-reload
|
||||||
systemctl --user restart epicyon-notifications.service &
|
systemctl --user restart epicyon-notifications.service &
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue