|
You are here |
0pointer.de | ||
| | | | |
0pointer.net
|
|
| | | | | Posts and writings by Lennart Poettering | |
| | | | |
vincent.bernat.ch
|
|
| | | | | Using systemd's socket activation, you can achieve zero-downtime deployment for your Go service with a few lines of code. | |
| | | | |
mgdm.net
|
|
| | | | | A dive into how systemd socket activation works | |
| | | | |
anilwadghule.com
|
|
| | | Add following files [Unit] Description=Upload Janus recordings to AWS S3 After=network.target [Service] Type=oneshot User=ubuntu WorkingDirectory=/home/ubuntu/janus_recordings ExecStart=/bin/bash /usr/local/bin/upload_videos [Install] WantedBy=multi-user.target [Unit] Description=Janus S3 Upload timer [Timer] OnCalendar=*:0/1 OnBootSec=5min [Install] WantedBy= | ||