Skip to content

Commit

Permalink
Merge pull request #107 from sfyatee/systemd
Browse files Browse the repository at this point in the history
  • Loading branch information
danyspin97 authored Dec 10, 2024
2 parents 459c4e9 + de1b447 commit 337999f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions contrib/wpaperd.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[Unit]
Description=Modern wallpaper daemon for Wayland
Documentation=man:wpaperd(1)
PartOf=graphical-session.target
Requires=graphical-session.target
After=graphical-session.target

[Service]
ExecStart=/usr/bin/wpaperd

[Install]
WantedBy=graphical-session.target

0 comments on commit 337999f

Please sign in to comment.