summarylogtreecommitdiffstats
path: root/sensu-go-web.service
blob: 70d3f090cbb221c76a43b032dddf09445aecd178 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Sensu Web UI Service
After=network.target

[Service]
EnvironmentFile=-/etc/sysconfig/sensu-go-web
Environment=NODE_ENV=production
ExecStart=/usr/bin/yarn node scripts serve #--modules-folder /opt/sensu/yarn/node_modules
User=sensu_web
Group=sensu_web
WorkingDirectory=/opt/sensu/web

[Install]
WantedBy=multi-user.target