Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/larsbrinkhoff/systemd-files
Useful systemd snippets.
https://github.com/larsbrinkhoff/systemd-files
Last synced: 29 days ago
JSON representation
Useful systemd snippets.
- Host: GitHub
- URL: https://github.com/larsbrinkhoff/systemd-files
- Owner: larsbrinkhoff
- Created: 2021-04-07T07:51:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-07T10:31:31.000Z (over 3 years ago)
- Last Synced: 2024-08-03T01:38:07.739Z (3 months ago)
- Size: 1000 Bytes
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Copy to /etc/systemd/system.
Create a configuration file e.g. /etc/default/ssh-tunnel@foobar```
REMOTE_HOST=foobar
REMOTE_PORT=22
REMOTE_USER=foo
LOCAL_PORT=20022
KEY_FILE=/home/bar/.ssh/id_rsa
```Start the service: `systemctl start [email protected]`
Create a configuration file e.g. /etc/default/websockify@12345
```
SOURCE_PORT=12345
TARGET_POST=54321
```