Skip to content

Commit cbce082

Browse files
committed
fix: make systemd service type exec
1 parent 6e4198d commit cbce082

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

install/bec_log_ingestor.service

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ StartLimitBurst=3
44
StartLimitIntervalSec=120
55

66
[Service]
7-
Type=oneshot
8-
RemainAfterExit=yes
7+
Type=exec
98
User=bec_log_ingestor
109
ExecStart=/usr/local/bin/bec_log_ingestor -c /etc/bec_log_ingestor.toml
1110
Restart=on-failure

0 commit comments

Comments
 (0)