cleanup wip; change cbor lib

This commit is contained in:
Aiden McClelland
2021-08-24 16:26:13 -06:00
parent 0aca612f2a
commit e411cfb7b0
9 changed files with 127 additions and 32 deletions

14
appmgr/embassyd.service Normal file
View File

@@ -0,0 +1,14 @@
[Unit]
Description=Embassy Daemon
After=network.target systemd-time-wait-sync.service
Requires=network.target
Wants=avahi-daemon.service
[Service]
Type=simple
ExecStart=/usr/local/bin/embassyd -vvv
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target