blob: 9e01d0a75dee305894f211995220d67e13c16e59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description = HivisionIDPhotos WebUI Demo Service
Wants = network-online.target
After = network-online.target
[Service]
User = hivision-id-photos
Group = hivision-id-photos
Restart = on-failure
EnvironmentFile = -/etc/conf.d/hivision-id-photos-web.env
ExecStart = /usr/bin/hivision-id-photos-web
[Install]
WantedBy = multi-user.target
|