Skip to content

Commit

Permalink
Fix service file
Browse files Browse the repository at this point in the history
`RestartSec` belongs into `[Service]` section
  • Loading branch information
DerAndereAndi committed Jan 27, 2022
1 parent f4515ef commit a0d69e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/init/evcc.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ After=syslog.target network.target network-online.target
Wants=network-online.target
StartLimitIntervalSec=10
StartLimitBurst=10
RestartSec=5

[Service]
ExecStart=/usr/local/bin/evcc
Restart=always
RestartSec=5

[Install]
WantedBy=multi-user.target

0 comments on commit a0d69e7

Please sign in to comment.