Skip to content

Commit

Permalink
fix: update systemd service
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanabx committed Apr 28, 2024
1 parent d4158da commit 78a280f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions systemd/desktop-entry-daemon.service
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
[Unit]
Description=A daemon to manage temporary desktop entries
Wants=desktop-entry-daemon-clean.service
After=graphical-session.target

[Service]
BusName=org.desktopintegration.DesktopEntry
Environment="RUST_LOG=debug"
ExecStart=/usr/libexec/desktop-entry-daemon
RuntimeDirectory=desktop-entry-daemon
Type=dbus
Slice=session.slice

[Install]
WantedBy=graphical-session.target
Before=graphical-session.target
Before=cosmic-session.target
Alias=dbus-org.desktopintegration.DesktopEntry.service
Slice=session.slice

0 comments on commit 78a280f

Please sign in to comment.