mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-29 23:25:11 +02:00
4 lines
62 B
Bash
Executable file
4 lines
62 B
Bash
Executable file
#!/bin/sh
|
|
|
|
exec 2>&1
|
|
exec logger -t tailscaled -p daemon.info
|