system-helpers/etc/systemd/system/pkgfile.service

10 lines
129 B
SYSTEMD
Raw Normal View History

2019-01-25 17:28:29 +00:00
[Unit]
Description=Run pkgfile
[Service]
Type=oneshot
ExecStart=/usr/bin/pkgfile --update
[Install]
WantedBy=multi-user.target