Re: Stunnel startup. Was "Native systemd services."

2025-03-10 Thread Max Nikulin
On 09/03/2025 23:15, pe...@easthope.ca wrote: https://wiki.debian.org/Pan . There we read, To enable Stunnel edit /etc/default/stunnel4 ENABLED=1 /etc/default/stunnel4 exists but lacks ENABLED. My best guess is that systemd obsoleted it. Stunnel needs https://wiki.debian.org/Stunnel with curr

Stunnel startup. Was "Native systemd services."

2025-03-09 Thread peter
From: Greg Wooledge Date: Sat, 8 Mar 2025 23:28:24 -0500 > '... the unit definition without the argument parameter is > called a "template".' Thanks. So /lib/systemd/system/stunnel@.service is a service template file rather than service file. Here, one execution of command "stunnel" y

Native systemd services.

2025-03-08 Thread peter
From: Greg Wooledge Date: Thu, 13 Feb 2025 13:35:31 -0500 > [shorewall]'s a native systemd service (/lib/systemd/...) but the service is > showing as disabled. # ls -1 /lib/systemd/system/shorewall* /lib/systemd/system/shorewall-init.service /lib/systemd/system/shorewall.service > system

Re: Native systemd services.

2025-03-08 Thread Greg Wooledge
On Sat, Mar 08, 2025 at 20:04:16 -0700, pe...@easthope.ca wrote: > # ls -1 /lib/systemd/system/stunnel* > /lib/systemd/system/stunnel@.service > /lib/systemd/system/stunnel.target > > What is stunnel@.service, rather than stunnel.service? systemd.service(5): SERVICE TEMPLATES It is possib