diff options
| author | luwenpeng <[email protected]> | 2023-06-22 22:19:58 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2023-06-22 23:01:26 +0800 |
| commit | 74991f842a2d1699e7efa65fcd15855b327af923 (patch) | |
| tree | 30e932d183e67f8811e4d7cb3a52ec8a38ca453c | |
| parent | 4c8c7f875928bfe40caa0f368db7c1a79edb83d7 (diff) | |
bugfxi: hasp_monitor.service开机不能自启动v1.0.6-20230622
| -rw-r--r-- | script/service/hasp_monitor.service | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/script/service/hasp_monitor.service b/script/service/hasp_monitor.service index ccc8382..78a2584 100644 --- a/script/service/hasp_monitor.service +++ b/script/service/hasp_monitor.service @@ -4,3 +4,6 @@ After=network.target [Service] ExecStart=/opt/tsg/hasp-tools/bin/hasp_monitor + +[Install] +WantedBy=multi-user.target
\ No newline at end of file |
