9 lines
140 B
Desktop File
9 lines
140 B
Desktop File
[Unit]
|
|
Description=Pacman lock cleaner
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=rm -f /var/lib/pacman/db.lck
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|