[Unit] Description=Wakey Control Plane After=network-online.target Wants=network-online.target [Service] Type=simple User=lda Group=lda WorkingDirectory=/opt/wakey ExecStart=/opt/wakey/bin/wakey-control-plane serve --config-file /etc/wakey-control-plane/config.toml Restart=on-failure RestartSec=2 Environment=RUST_LOG=info [Install] WantedBy=multi-user.target