Skip to content

Commit dd19dcf

Browse files
authored
fix: Add start arg to monitor command (#1344)
1 parent b06348d commit dd19dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/network-monitor/miden-network-monitor.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WantedBy=multi-user.target
88
[Service]
99
Type=exec
1010
EnvironmentFile=/lib/systemd/system/miden-network-monitor.env
11-
ExecStart=/usr/bin/miden-network-monitor
11+
ExecStart=/usr/bin/miden-network-monitor start
1212
WorkingDirectory=/opt/miden-network-monitor
1313
User=miden-network-monitor
1414
RestartSec=5

0 commit comments

Comments
 (0)