Skip to content

Commit 0d4cd57

Browse files
jacopotediosiguysoft
authored andcommitted
Replace network.online.target with network-online.target
Probably a typo, network.online.target is not a valid target. This seems to also fix OctoPrint/OctoPrint#5176
1 parent 142b086 commit 0d4cd57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/modules/octopi/filesystem/root/etc/systemd/system/octoprint.service

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Unit]
22
Description=The snappy web interface for your 3D printer
3-
After=network.online.target
4-
Wants=network.online.target
3+
After=network-online.target
4+
Wants=network-online.target
55

66
[Service]
77
Environment="HOST=127.0.0.1"

0 commit comments

Comments
 (0)