db14acfe2d5bda4012fbbb363a361fc5cb2fdc85
AppDaemon VSCode Tunnel
Install Service
Use the install_service.py script to install.
- Creates symlinks to
/etc/systemd/systemexample.socketexample.service
- Reloads the service definitions
- Starts the
example.socket - Enables the
example.socketto start at boot
Note
The
example.socketdoes causeexample.serviceto start when something connects to the socket at/run/example.sock.
Caution
example.servicedoes 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
Description
Languages
Python
100%