> > Are you running with systemd? 
> 
> I really don't know.

An example of how to check:

```
$ readlink /sbin/init
/lib/systemd/systemd
```

You want to check which program runs as PID 1.

```
ps 1
```
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to