remove duplicate enable-linger

invite-codes-1
missytake 2024-02-03 17:06:02 +01:00
parent 32ca1a4ee6
commit 15885c4dfc
1 changed files with 0 additions and 5 deletions

View File

@ -80,11 +80,6 @@ def deploy_teams_bot(
bot_email=bot_email,
)
server.shell(
name=f"enable {unix_user}'s systemd units to auto-start at boot",
commands=[f"loginctl enable-linger {unix_user}"],
)
systemd.daemon_reload(
name=f"{unix_user}: load teams-bot systemd service",
user_name=unix_user,