/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

chrisbergeron.com
| | www.both.org
2.2 parsecs away

Travel
| | Services, services, services. A service is a huge part of computing. You're reading this article on a service. Your computer is running services. The internet is filled with them. About systemctl On Linux, the standard way of running and managing services is through the systemd utility and the command systemctl. Its usage is fairly simple: you just need to know...
| | rolisz.ro
1.6 parsecs away

Travel
| | I often need to set up a VM with a server to run some ML models. While I could package things in Docker and deploy them like that, whenever possible, I like to do things more directly, using systemd services. To create a systemd service, create a file called /etc/
| | medo64.com
1.5 parsecs away

Travel
| | Making basic systemd service is easy. Let's assume the simplest application (not necessarily even designed to be a service) and look into making it work with systemd. Our example application will be a script in /opt/test/application with the following...
| | mjanja.ch
17.4 parsecs away

Travel
| systemd has a cron replacement, and its better.