123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- [Unit]
- Documentation=https://github.com/fphammerle/systemctl-mqtt
- [Service]
- KeyringMode=private
- DynamicUser=no
- NoNewPrivileges=yes
- PrivateDevices=no
- ProtectClock=no
- ProtectKernelLogs=no
- ProtectControlGroups=yes
- ProtectKernelModules=no
- SystemCallArchitectures=native
- MemoryDenyWriteExecute=yes
- RestrictNamespaces=~user pid net uts mnt ipc cgroup
- RestrictSUIDSGID=yes
- ProtectHostname=no
- LockPersonality=yes
- ProtectKernelTunables=yes
- RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX AF_NETLINK
- RestrictRealtime=yes
- DeviceAllow=
- ProtectSystem=strict
- ProtectProc=invisible
- ProcSubset=pid
- ProtectHome=yes
- PrivateNetwork=no
- PrivateUsers=no
- PrivateTmp=yes
- SystemCallFilter=~@clock @swap @resources @reboot @raw-io @privileged \
- @obsolete @mount @module @debug @cpu-emulation
- UMask=0077
- Type=exec
- ExecStart=%h/.local/bin/systemctl-mqtt --mqtt-host localhost --log-level debug
- [Install]
- WantedBy=default.target
|