summarylogtreecommitdiffstats
path: root/url-eater.service
blob: b25e0e156a27ba5196a081acce68e3c5d4fa60ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Clipboard URL cleanup service
Documentation=https://github.com/AgathaSorceress/url-eater
After=graphical-session-pre.target

[Service]
Type=simple
ExecStart=/usr/bin/url-eater /etc/url-eater.kdl
Restart=on-failure

[Install]
WantedBy=graphical-session.target