* Make machine-id persist * update * Adjustments * cleanup * fix cleanups * small cleanup
14 lines
242 B
Desktop File
14 lines
242 B
Desktop File
[Unit]
|
|
Description=HassOS persists data on bootstate
|
|
After=sysinit.target
|
|
RefuseManualStart=true
|
|
RefuseManualStop=true
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/libexec/hassos-persists
|
|
RemainAfterExit=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|