mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 18:31:52 +00:00
* usbstoraged * set quirks on demand * remove reference to usbstoraged.service * comments * use sysfs instead of modprobe and address comments * fix ro fs and missing comma * Apply suggestions from code review * don't recurse overlayroot * sleep before reconnect * reset twice * sync between writes * fix build * fix build * adds drive to storage quirk whitelist * long sleep * another thing to try * fix: Ensure that the changes take effect Co-authored-by: Keagan McClelland <keagan.mcclelland@gmail.com> Co-authored-by: Justin Miller <dragondef@gmail.com>
15 lines
335 B
Desktop File
15 lines
335 B
Desktop File
[Unit]
|
|
Description=Embassy Init
|
|
After=network.target systemd-time-wait-sync.service
|
|
Requires=network.target
|
|
Wants=avahi-daemon.service nginx.service tor.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Environment=RUST_LOG=embassy_init=debug,embassy=debug
|
|
ExecStart=/usr/local/bin/embassy-init
|
|
RemainAfterExit=true
|
|
|
|
[Install]
|
|
WantedBy=embassyd.service
|