mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 18:37:58 +00:00

It appears the enormity of replacing a directory with a file is just too much for package managers in 2017. I guess we might ship other things in /usr/libexec/fwupd/ in the future.
20 lines
445 B
SYSTEMD
20 lines
445 B
SYSTEMD
[Unit]
|
|
Description=Firmware update daemon
|
|
Documentation=http://www.fwupd.org/
|
|
After=dbus.service
|
|
Before=gdm.service
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=org.freedesktop.fwupd
|
|
ExecStart=@libexecdir@/fwupd/fwupd
|
|
MemoryDenyWriteExecute=yes
|
|
PrivateTmp=yes
|
|
ProtectControlGroups=yes
|
|
ProtectHome=yes
|
|
ProtectKernelModules=yes
|
|
ProtectSystem=full
|
|
RestrictAddressFamilies=AF_NETLINK AF_UNIX
|
|
RestrictRealtime=yes
|
|
ReadWritePaths=@localstatedir@/lib/fwupd -@bootdir@
|