10 lines
216 B
SYSTEMD
10 lines
216 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=LiveKit graceful restart when no active calls
|
||
|
|
After=livekit-server.service
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
ExecStart=/usr/local/bin/livekit-graceful-restart.sh
|
||
|
|
StandardOutput=journal
|
||
|
|
StandardError=journal
|