Код: Выделить всё
[Service]
EnvironmentFile=/etc/my_env.conf
ExecStart=/usr/bin/my-service
KillMode=mixed
Restart=always
Подробнее здесь: https://stackoverflow.com/questions/796 ... onmentfile
Код: Выделить всё
[Service]
EnvironmentFile=/etc/my_env.conf
ExecStart=/usr/bin/my-service
KillMode=mixed
Restart=always