Skip to content

Commit

Permalink
Merge pull request #1740 from Aryan-sharma11/fixtypo
Browse files Browse the repository at this point in the history
fix: systemd directive `RestartSec`
  • Loading branch information
daemon1024 authored Apr 25, 2024
2 parents 5e22e81 + 0ab30f4 commit e95c8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KubeArmor/packaging/kubearmor.service
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ KillMode=process
WorkingDirectory=/opt/kubearmor/
ExecStart=/opt/kubearmor/kubearmor
Restart=always
Restartsec=10
RestartSec=10

[Install]
WantedBy=multi-user.target

0 comments on commit e95c8d4

Please sign in to comment.