Skip to content

Commit 73d20d4

Browse files
committed
Modern k5start doesn't take units on -K
1 parent 843ae90 commit 73d20d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/sql-remctl/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
After=network-online.target
5252
ConditionPathExists=/etc/daemon.keytab
5353
[Service]
54-
ExecStart=/usr/bin/k5start -f /etc/daemon.keytab -u daemon/sql.mit.edu -t -K 15m -l6h
54+
ExecStart=/usr/bin/k5start -f /etc/daemon.keytab -u daemon/sql.mit.edu -t -K 15 -l 6h
5555
[Install]
5656
WantedBy=multi-user.target
5757
notify: restart persistent-tokens

0 commit comments

Comments
 (0)