/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

rolisz.ro
| | blog.orhun.dev
1.4 parsecs away

Travel
| | FOSS Linux Programming
| | blog.kyleingraham.com
1.7 parsecs away

Travel
| | I recently configured Lip Colour Finder to utilize systemd to manage its components. This post will be a small nugget on that process as opposed to the usual deep-dive. Systemd is a software suite that can be used for the management of system processes. I turned to it as I wanted to achieve the following...
| | anilwadghule.com
1.8 parsecs away

Travel
| | 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=
| | righteousit.com
11.6 parsecs away

Travel
| You know what Linux needs? Another task scheduling system!said nobody ever Important Artifacts Command output: systemctl list-timers -all systemctl status *.timers File locations: /usr/lib/systemd/system/*.{timer,service} /etc/systemd/system $HOME/.config/systemd [/var]/run/systemd/transient/*.{timer,service} [/var]/run/user/*/systemd/transient/*.{timer,service} Also Syslog logs sent to LOG_CRON facility. The Basics If you've been busy trying to get actual work done on your Linux systems, you may have missed...