You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
528 B
23 lines
528 B
[Unit] |
|
Description=Daemon for generating UUIDs |
|
Documentation=man:uuidd(8) |
|
Requires=uuidd.socket |
|
|
|
[Service] |
|
ExecStart=@usrsbin_execdir@/uuidd --socket-activation |
|
Restart=no |
|
User=uuidd |
|
Group=uuidd |
|
ProtectSystem=strict |
|
ProtectHome=yes |
|
PrivateDevices=yes |
|
PrivateUsers=yes |
|
ProtectKernelTunables=yes |
|
ProtectKernelModules=yes |
|
ProtectControlGroups=yes |
|
MemoryDenyWriteExecute=yes |
|
ReadWritePaths=/var/lib/libuuid/ |
|
SystemCallFilter=@default @file-system @basic-io @system-service @signal @io-event @network-io |
|
|
|
[Install] |
|
Also=uuidd.socket
|
|
|