2020-07-12 01:38:39 +00:00
|
|
|
[Unit]
|
|
|
|
Description=kf2-srv force attr service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
StandardOutput=null
|
|
|
|
StandardError=null
|
2020-08-05 09:36:08 +00:00
|
|
|
ExecStart=:DEFINE_PREFIX:/sbin/kf2-srv-force-attr
|
2020-07-12 01:38:39 +00:00
|
|
|
Restart=always
|
|
|
|
|
|
|
|
NoNewPrivileges=yes
|
|
|
|
PrivateTmp=true
|
|
|
|
PrivateDevices=true
|
|
|
|
ProtectHome=true
|
|
|
|
ProtectSystem=true
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|