WIP: ...
This commit is contained in:
18
SOURCES/force-attr/systemd/kf2-srv-force-attr.service
Normal file
18
SOURCES/force-attr/systemd/kf2-srv-force-attr.service
Normal file
@ -0,0 +1,18 @@
|
||||
[Unit]
|
||||
Description=kf2-srv force attr service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
StandardOutput=null
|
||||
StandardError=null
|
||||
ExecStart=/usr/sbin/kf2-srv-force-attr
|
||||
Restart=always
|
||||
|
||||
NoNewPrivileges=yes
|
||||
PrivateTmp=true
|
||||
PrivateDevices=true
|
||||
ProtectHome=true
|
||||
ProtectSystem=true
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user