Initial upload: motionplus 0.1.1-1

This commit is contained in:
2023-05-26 09:27:18 +02:00
parent 204bd73707
commit afdab13777
3 changed files with 96 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
[Unit]
Description=Motion daemon
After=local-fs.target network.target
[Service]
User=motion
ExecStart=/usr/bin/motion -n
DynamicUser=true
Type=simple
RuntimeDirectory=motion
LogsDirectory=motion
StateDirectory=motion
ReadWritePaths=/etc/motion/
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