Все проверки выполнены успешно
CI / test (push) Successful in 2m24s
Docker / Build and publish worker image (push) Successful in 13m24s
14 строки
256 B
Desktop File
14 строки
256 B
Desktop File
[Unit]
|
|
Description=RSMon distributed monitoring worker
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
EnvironmentFile=/etc/rsmon-worker/worker.env
|
|
ExecStart=/usr/local/bin/rsmon-worker
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|