
Apply sed to reflect prefix but don't install it and clean service file in makefile. Add service file to gitignore
12 lines
161 B
SYSTEMD
12 lines
161 B
SYSTEMD
[Unit]
|
|
Description=Dunst notification daemon
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=##PREFIX##/bin/dunst
|
|
Environment=DISPLAY=:0
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|