Skip to content

Commit

Permalink
no install section needed when the service is started with a timer
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefal committed May 29, 2024
1 parent 7968d8e commit bdc95fe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions unit/modem_check.service
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Unit]
Description=Check Simcom modem ip address
Description=Check Simcom modem status
After=network-online.target
Wants=network-online.target

Expand All @@ -11,6 +11,3 @@ Restart=on-failure
RestartSec=30
ProtectHome=read-only
ProtectSystem=strict

[Install]
WantedBy=multi-user.target

0 comments on commit bdc95fe

Please sign in to comment.