mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-30 01:13:49 +00:00
trivial: Add fwsignd systemd service file which was not added
This commit is contained in:
parent
2b60a33c8f
commit
ecbc06ff3d
11
data/fwsignd.service.in
Normal file
11
data/fwsignd.service.in
Normal 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
|
Loading…
Reference in New Issue
Block a user