blob: 2a07c2b289623233929f24ed4ed357078f090ab5 [file] [log] [blame]
Brad Bishop3c90f592016-08-08 08:53:13 -04001[Unit]
2Description=Restore Last State
3Wants=obmc-mgr-state.target
4After=obmc-mgr-state.target
5
6[Service]
7Restart=no
8Type=oneshot
9ExecStart={sbindir}/discover_system_state.py
10Environment="PYTHONUNBUFFERED=1"
11
12[Install]
13WantedBy={SYSTEMD_DEFAULT_TARGET}