Skip to content

Commit ab1a945

Browse files
authored
[procdockerstatsd] Fix incorrect case issue in service file (#4134)
1 parent ae491a9 commit ab1a945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/image_config/procdockerstatsd/procdockerstatsd.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ After=database.service updategraph.service
66
[Service]
77
Type=simple
88
ExecStart=/usr/bin/procdockerstatsd
9-
Restart=Always
9+
Restart=always
1010

1111
[Install]
1212
WantedBy=multi-user.target

0 commit comments

Comments
 (0)