blob: c17a852d1be9c5be909b6b2b19895e7cb95857cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[Unit]
Description = Cookie Cloud API Server
Wants = network-online.target
After = network-online.target
[Service]
User = cookiecloud-api
Group = cookiecloud-api
Restart = on-failure
EnvironmentFile = /etc/conf.d/cookiecloud-api.conf
WorkingDirectory = /usr/lib/cookiecloud-api
ExecStart = /usr/bin/cookiecloud-api
[Install]
WantedBy = multi-user.target
|