misc fixes for init

This commit is contained in:
Aiden McClelland
2021-09-07 00:27:33 -06:00
committed by Aiden McClelland
parent ccf505d0d3
commit 0886cd91a3
9 changed files with 167 additions and 105 deletions

View File

@@ -0,0 +1,13 @@
[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
ExecStart=/usr/local/bin/embassy-init -vvv
RemainAfterExit=true
[Install]
WantedBy=embassyd.service