12 lines
185 B
Desktop File
12 lines
185 B
Desktop File
[Unit]
|
|
Description=Small Footprint CIM Broker Service
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/sbin/sfcbd -d
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|