Files
aur-packages/motion.service
2024-05-19 14:01:17 +02:00

24 lines
410 B
Desktop File

[Unit]
Description=Motion daemon
After=local-fs.target network.target
[Service]
User=motion
ExecStart=/usr/bin/motion -n
Type=simple
StandardError=null
ProtectSystem=strict
ProtectHome=true
PrivateTmp=true
PrivateDevices=true
ProtectKernelTunables=true
ProtectControlGroups=true
NoNewPrivileges=true
MemoryDenyWriteExecute=true
LockPersonality=true
ProtectHostname=true
[Install]
WantedBy=multi-user.target