Run the notifications display deamon with a systemd service.
[platform/core/appfw/notification-service.git] / notifications_display.service.in
1 [Unit]
2 Description=Notifications Popup daemon
3
4 [Service]
5 Environment=XDG_RUNTIME_DIR=/run/display
6 ExecStart=/usr/bin/notification-display-service
7
8 [Install]
9 WantedBy=graphical.target