Skip to content

Commit 7e1f5a0

Browse files
committed
change dependencies to fix swap display bug
1 parent 8e09b20 commit 7e1f5a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init/sysv/rpimonitor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/sh
22
### BEGIN INIT INFO
33
# Provides: rpimonitor
4-
# Required-Start: $networking $remote_fs
5-
# Required-Stop: $networking $remote_fs
4+
# Required-Start: $remote_fs $syslog
5+
# Required-Stop: $remote_fs $syslog
66
# Default-Start: 2 3 4 5
77
# Default-Stop: 0 1 6
88
# X-Interactive: true

0 commit comments

Comments
 (0)