1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
[Unit] Description=Tomoyo Auditing [Service] Type=forking ExecStart=/usr/bin/tomoyo-auditd ExecReload=/usr/bin/kill -HUP $MAINPID ProtectSystem=full ProtectHome=true PrivateNetwork=true PrivateDevices=true PrivateTmp=true [Install] WantedBy=multi-user.target