Fix kill mode stopping the built-in PostgreSQL

This was preventing final cleanups from occurring!
This commit is contained in:
Kyle Carberry 2022-10-17 23:50:29 +00:00
parent c5afaffa7e
commit 211ffabe39
1 changed files with 2 additions and 1 deletions

View File

@ -20,11 +20,12 @@ AmbientCapabilities=CAP_IPC_LOCK CAP_NET_BIND_SERVICE
CacheDirectory=coder
CapabilityBoundingSet=CAP_SYSLOG CAP_IPC_LOCK CAP_NET_BIND_SERVICE
KillSignal=SIGINT
KillMode=mixed
NoNewPrivileges=yes
ExecStart=/usr/bin/coder server
Restart=on-failure
RestartSec=5
TimeoutStopSec=30
TimeoutStopSec=90
[Install]
WantedBy=multi-user.target