Skip to content

Commit

Permalink
captived: fix path for mode systemd targets
Browse files Browse the repository at this point in the history
  • Loading branch information
drbild committed Mar 30, 2019
1 parent 1a6a982 commit c8fe6a6
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion captived/src/defines.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const std::string FILE_WIFI_CONFIG_SECURE_HOST =
"/data/connman/secure-host/wifi.config";
const std::string FILE_REBOOT_EXE = "/sbin/reboot";
const std::string LINK_MODE = "/data/systemd/system/default.target";
const std::string PATH_MODE_TARGET = "/lib/systemd/system";
const std::string PATH_MODE_TARGET = "/etc/systemd/system";

const std::string COMMAND_GET_ACTIVE_TARGETS =
"/bin/systemctl list-units --type target";
Expand Down

0 comments on commit c8fe6a6

Please sign in to comment.