# tailscaled holds its log fd open for the life of the process and the init
# script has no reopen action, so the log MUST be rotated by copytruncate --
# renaming the file would leave the daemon writing into an unlinked inode.
/var/log/tailscaled.log {
	weekly
	rotate 4
	compress
	delaycompress
	missingok
	notifempty
	copytruncate
}
