blob: 2a07c2b289623233929f24ed4ed357078f090ab5 [file] [log] [blame]
[Unit]
Description=Restore Last State
Wants=obmc-mgr-state.target
After=obmc-mgr-state.target
[Service]
Restart=no
Type=oneshot
ExecStart={sbindir}/discover_system_state.py
Environment="PYTHONUNBUFFERED=1"
[Install]
WantedBy={SYSTEMD_DEFAULT_TARGET}