From ecbc06ff3db2e01b3841508181d01cce3779b9ea Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 22 Jul 2015 09:38:27 +0100 Subject: [PATCH] trivial: Add fwsignd systemd service file which was not added --- data/fwsignd.service.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/fwsignd.service.in diff --git a/data/fwsignd.service.in b/data/fwsignd.service.in new file mode 100644 index 000000000..f3a3cc046 --- /dev/null +++ b/data/fwsignd.service.in @@ -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