24 lines
410 B
Desktop File
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
|