[systemd] revert mako and swayidle to start via sway

This commit is contained in:
Felix Buehler 2020-02-25 21:54:42 +01:00
parent d14503cf00
commit 62be429c6d
4 changed files with 24 additions and 15 deletions

View file

@ -3,9 +3,12 @@ Description=A lightweight Wayland notification daemon
Documentation=man:mako(1)
PartOf=graphical-session.target
[Service]
Type=simple
ExecStart=/usr/bin/mako
[Install]
WantedBy=sway-session.target
WantedBy=graphical-session.target
[Service]
Type=dbus
BusName=org.freedesktop.Notifications
ExecStart=/usr/bin/mako
RestartSec=5
Restart=always