summarylogtreecommitdiffstats
path: root/cozy-controller.service
blob: 03b297a98677c3c0c23762d10bc1a6fa4593e10e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Cozy Controller
Wants=couchdb.service
After=couchdb.service

[Service]
Environment=NODE_ENV=production
Environment=USE_SYSLOG=true
ExecStart=/usr/bin/cozy-controller

[Install]
WantedBy=multi-user.target