summarylogtreecommitdiffstats
path: root/motioneye.service
blob: 426a1105cca0c7dccec8805ebd2e3ed9bcec089e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=motionEye server
After=local-fs.target network.target

[Service]
User=motion
Environment="LANGUAGE=en_EN"
RuntimeDirectory=motioneye
LogsDirectory=motioneye
StateDirectory=motioneye
ExecStart=/usr/bin/meyectl startserver -c /etc/motioneye/motioneye.conf
Type=simple
Restart=on-abort

[Install]
WantedBy=multi-user.target