KF2-SRV/SOURCES/force-attr/systemd/kf2-srv-force-attr.service
GenZmeY 30e10be887 Advanced building
- makefiles;
- customizable PREFIX;
- tests;
- other useful stuff.
2020-08-05 12:36:08 +03:00

19 lines
304 B
Desktop File

[Unit]
Description=kf2-srv force attr service
[Service]
Type=simple
StandardOutput=null
StandardError=null
ExecStart=:DEFINE_PREFIX:/sbin/kf2-srv-force-attr
Restart=always
NoNewPrivileges=yes
PrivateTmp=true
PrivateDevices=true
ProtectHome=true
ProtectSystem=true
[Install]
WantedBy=multi-user.target