10 lines
174 B
Desktop File
10 lines
174 B
Desktop File
[Unit]
|
|
Description=Run pkgfile
|
|
#OnFailure=systemd_failure_notify@%n.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/pkgfile --update
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|