Próbuję skonfigurować grafit na moim serwerze. Bez problemu mogę uruchomić demona Carbon Cache sudo /opt/graphite/bin/carbon-cache.py start
, ale staram się uruchomić go jako jednostkę Systemd.
Oto, co mam w pliku usługi graphite.service
:
[Unit]
Description=Carbon for Graphite
[Service]
ExecStart=/opt/graphite/bin/carbon-cache.py start
[Install]
WantedBy=multi-user.target
Ale kiedy uruchamiam urządzenie, otrzymuję następujący status:
$ systemctl status graphite.service
* graphite.service - Carbon for Graphite
Loaded: loaded (/etc/systemd/system/graphite.service; enabled)
Active: inactive (dead) since Fri 2014-06-13 18:44:11 UTC; 2s ago
Process: 4525 ExecStart=/opt/graphite/bin/carbon-cache.py start (code=exited, status=0/SUCCESS)
Main PID: 4525 (code=exited, status=0/SUCCESS)
Jun 13 18:44:11 MEADOW systemd[1]: Started Carbon for Graphite.
Journalctl nie daje więcej informacji.
Jak interpretować i debugować jednostki o statusie „nieaktywne (martwe) ... (kod = zakończony, status = 0 / SUKCES)”? Widziałem wcześniej uszkodzone jednostki, ale ta została pomyślnie załadowana, ale nie działa i nie wiem, co to oznacza.
Type=forking
do [Service]
sekcji.
Type=
opcja? Sprawdźman systemd.service
odpowiedni typ.