Thursday, June 8, 2023
Home Tags Systemd

Tag: systemd

Set ulimits for a script started using systemd

0
In my previous post I demonstrated how easy it was to start a script on boot usig systemd in Linux. In this post I...

Start a script on boot using systemd

4
In this post I am going to show how easy it is to setup a service or script to start when a Linux server...

How To Install Redis on Ubuntu 16.04

2
Updated on Nov 15th 2020 Redis is an open source in-memory key-value store known for its performance and flexibility. Redis has built-in replication and can...