Files
ad-tunnel/README.md
John Lancaster 28108567b3 added readme
2024-06-16 00:05:17 -05:00

742 B

AppDaemon VSCode Tunnel

Install Service

Use the install_service.py script to install.

  • Creates symlinks to /etc/systemd/system
    • example.socket
    • example.service
  • Reloads the service definitions
  • Starts the example.socket
  • Enables the example.socket to start at boot

Note

The example.socket does cause example.service to start when something connects to the socket at /run/example.sock.

Caution

example.service does not stop when disconnecting from /run/example.sock

Other Commands

Reload systemd units

sudo systemctl daemon-reload

List loaded units

systemctl list-units --type=service

Check statuses

systemctl status example.socket