Domande taggate «rhel7»

8
Come reindirizzare l'output del servizio systemd su un file
Sto cercando di reindirizzare l'output di un systemdservizio su un file ma non sembra funzionare: [Unit] Description=customprocess After=network.target [Service] Type=forking ExecStart=/usr/local/bin/binary1 agent -config-dir /etc/sample.d/server StandardOutput=/var/log1.log StandardError=/var/log2.log Restart=always [Install] WantedBy=multi-user.target Per favore, correggi il mio approccio.
171 linux  centos7  systemd  rhel  rhel7 
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.