Как переопределить строку systemd "Conflicts="

Вы можете указать fetchmail, кто является удаленным пользователем, а кто локальным, с помощью:

poll pop.1and1.com protocol POP3:
    user "myuser@example.org" there with password "Passw0rd!" ssl fetchall
    is local-user here

Также можно использовать другой mda, используя:

poll pop.1and1.com protocol POP3:
    user "myuser@example.org" there with password "Passw0rd!" ssl fetchall
    is local-user here and wants mda /path/to/mda
0
17.04.2019, 01:41
1 ответ

Primero, averigüe dónde se encuentra su archivo estándar sddm.service:

$ systemctl show -p FragmentPath sddm.service
FragmentPath=/lib/systemd/system/sddm.service

Si está por debajo de /lib/systemd/system/, así es como debería ser. Luego puede simplemente copiarlo en /etc/systemd/system/y luego modificarlo a su gusto:un archivo de unidad en /etc/systemd/system/anulará automáticamente cualquier archivo con un nombre idéntico en /lib/systemd/system.

Se supone que cualquier actualización de distribución a las unidades systemd afectará /lib/systemd/systemsolo:/etc/systemd/systemdebe estar completamente bajo la autoridad de la administración del sistema local únicamente. Si Arch rompe esta separación de responsabilidades, presente un informe de error.

3
28.01.2020, 02:23

Теги

Похожие вопросы