trivial: Add fwsignd systemd service file which was not added

This commit is contained in:
Richard Hughes 2015-07-22 09:38:27 +01:00
parent 2b60a33c8f
commit ecbc06ff3d

11
data/fwsignd.service.in Normal file
View File

@ -0,0 +1,11 @@
[Unit]
Description=Firmware signing daemon
[Service]
Type=simple
# you can set the user to non root if you want, but we're not then able to set
# the owner to the correct value on files written to the destination directory
#User=fwsignd
ExecStart=@servicedir@/fwsignd
PrivateNetwork=yes
PrivateTmp=yes