J'essaie de rediriger la sortie d'un systemd
service vers un fichier mais cela ne semble pas fonctionner:
[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
Veuillez corriger mon approche.
journalctl -u
fonctionne toujours mais rien n'est envoyé au fichier spécifié.