39 lines
857 B
Desktop File
39 lines
857 B
Desktop File
[Unit]
|
|
Description=Motionplus daemon
|
|
After=local-fs.target network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/motionplus -n
|
|
DynamicUser=true
|
|
Type=simple
|
|
RuntimeDirectory=motionplus
|
|
LogsDirectory=motionplus
|
|
StateDirectory=motionplus
|
|
ReadWritePaths=/etc/motionplus/
|
|
AmbientCapabilities=
|
|
CapabilityBoundingSet=
|
|
LockPersonality=true
|
|
NoNewPrivileges=True
|
|
PrivateDevices=true
|
|
PrivateTmp=true
|
|
PrivateUsers=true
|
|
ProtectClock=true
|
|
ProtectControlGroups=true
|
|
ProtectHome=true
|
|
ProtectHostname=true
|
|
ProtectKernelLogs=true
|
|
ProtectKernelModules=true
|
|
ProtectKernelTunables=true
|
|
ProtectProc=invisible
|
|
ProtectSystem=strict
|
|
RestrictAddressFamilies=AF_INET AF_INET6 AF_NETLINK AF_UNIX
|
|
RestrictNamespaces=true
|
|
RestrictRealtime=true
|
|
RestrictSUIDSGID=true
|
|
SystemCallArchitectures=native
|
|
SystemCallFilter=@system-service
|
|
SystemCallErrorNumber=EPERM
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|