Files
aur-packages/motion-git/motion.service
Giovanni Harting 190c3cac74 Add 'motion-git/' from commit '2f906abe48735948211d75765f972bd7977607a2'
git-subtree-dir: motion-git
git-subtree-mainline: 283452ec1a
git-subtree-split: 2f906abe48
2024-06-03 20:34:08 +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