Initial commit
This commit is contained in:
12
systemd/systembus-notify.service
Normal file
12
systemd/systembus-notify.service
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=System bus notification daemon
|
||||
PartOf=graphical-session.target
|
||||
After=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=exec
|
||||
# BusName=net.nuetzlich.SystemNotifications
|
||||
ExecStart=/usr/bin/systembus-notify
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
||||
Reference in New Issue
Block a user