summaryrefslogtreecommitdiff
path: root/config/bmcweb.service.in
blob: a0b6777cafaaf7ee48969fec23da5ba338d123ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Start bmcweb server

Wants=network.target
After=network.target

[Service]
ExecReload=kill -s HUP $MAINPID
ExecStart=@MESON_INSTALL_PREFIX@/bin/bmcweb
Type=simple
WorkingDirectory=/home/root

[Install]
WantedBy=network.target