aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/opensaf/opensaf/plmcboot.service
blob: 76ec73af9b4dbbdd0549d23f344881c9f86c0773 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=PLMCBOOT Program
After=network.target
ConditionPathExists=@SYSCONFDIR@/plmcd.conf

[Service]
Type=oneshot
ExecStart=@SBINDIR@/plmcd -c @SYSCONFDIR@/plmcd.conf -s
ExecStop=@SBINDIR@/plmcd -c @SYSCONFDIR@/plmcd.conf -x
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target