1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 05:47:29 +02:00
home-manager/tests/modules/services/fnott/systemd-user-service-expected.service
2024-09-08 23:32:19 +02:00

10 lines
267 B
Desktop File

[Service]
BusName=org.freedesktop.Notifications
ExecStart=@fnott@/bin/fnott -c /home/hm-user/.config/fnott/fnott.ini
Type=dbus
[Unit]
After=graphical-session-pre.target
Description=Fnott notification daemon
Documentation=man:fnott(1)
PartOf=graphical-session.target