updated systemd user service

This commit is contained in:
2025-01-15 11:29:37 +01:00
parent 2a7506bfbf
commit 0eadde5fb0
4 changed files with 9 additions and 12 deletions

View File

@@ -1,15 +1,15 @@
[Unit]
Description=Fast, IPC-controlled wallpaper utility for Hyprland.
Documentation=https://wiki.hyprland.org/Hypr-Ecosystem/hyprpaper/
PartOf=graphical-session.target
Requires=waybar.service
#PartOf=graphical-session.target
After=graphical-session.target
BindsTo=graphical-session.target
ConditionEnvironment=WAYLAND_DISPLAY
[Service]
Type=simple
ExecStart=/usr/bin/keepassxc
Slice=session.slice
Restart=on-failure
ExecStart=/bin/bash -c 'sleep 5; keepassxc'
[Install]
WantedBy=graphical-session.target