mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-02 00:25:11 +02:00
4 lines
143 B
Bash
4 lines
143 B
Bash
#!/bin/sh
|
|
mkdir -p /run/btsync
|
|
chown -R btsync:btsync /run/btsync
|
|
exec chpst -u btsync:btsync btsync --nodaemon --config /etc/btsync.conf 2>&1
|