metal/mtce-storage/src/scripts/goenabled-storage.service

14 lines
275 B
Desktop File

[Unit]
Description=StarlingX Maintenance Storage Goenable Ready
After=config.service
Before=pmon.service
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/etc/init.d/goenabledStorage start
ExecStop=/etc/init.d/goenabledStorage stop
[Install]
WantedBy=multi-user.target