blob: 246544a629bf080fbf9b8fc1b864302a2dc773f1 [file] [log] [blame]
Vishwanatha Subbannae4bfd682016-10-01 11:34:42 -05001[Unit]
2Description=Phosphor Console Muxer listening on device /dev/%I
3BindsTo=dev-%i.device
4After=dev-%i.device
5
6[Service]
Michael Tritz0ad3b1d2017-08-15 14:07:23 -05007ExecStart=/usr/bin/env obmc-console-server --config {sysconfdir}/obmc-console.conf %i
8SyslogIdentifier=obmc-console-server
Vishwanatha Subbannae4bfd682016-10-01 11:34:42 -05009Restart=always
10
11[Install]
Brad Bishopfc81e382019-04-06 13:58:07 -040012WantedBy=multi-user.target