diff options
Diffstat (limited to 'wp/.config/systemd/user/wp.service')
-rw-r--r-- | wp/.config/systemd/user/wp.service | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/wp/.config/systemd/user/wp.service b/wp/.config/systemd/user/wp.service new file mode 100644 index 0000000..4308f83 --- /dev/null +++ b/wp/.config/systemd/user/wp.service @@ -0,0 +1,6 @@ +[Unit] +Description=wallpaper service + +[Service] +Type=oneshot +ExecStart=/usr/bin/bash -c %h/.local/bin/wp-auto |