Existem duas abordagens possíveis aqui, dependendo dos seus requisitos. Se você não quiser receber uma solicitação de senha quando o serviço for ativado, use a diretiva EnvironmentFile
. De man systemd.exec
:
Similar to Environment= but reads the environment variables from a text file. The text file should contain new-line-separated variable assignments.
Se você fizer quiser ser solicitado, você usaria uma das diretivas systemd-ask-password
. De man systemd-ask-password
:
systemd-ask-password may be used to query a system password or passphrase from the user, using a question message specified on the command line. When run from a TTY it will query a password on the TTY and print it to standard output. When run with no TTY or with --no-tty it will use the system-wide query mechanism, which allows active users to respond via several agents