diff options
author | Joe Rayhawk <jrayhawk@cobain.omgwallhack.org> | 2018-09-24 22:44:29 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@cobain.omgwallhack.org> | 2018-09-24 22:44:29 -0700 |
commit | 5ab6999d393cbdf65cd5fd3ab40e02c33849f9c4 (patch) | |
tree | c59fcb9d4807f24ca708675aaede8320f464af6c /pinyconfigs/etc/sv/git-daemon/run | |
parent | d4535e3b1f60c6ecd57ed6b8cc4ad2358ad2a01e (diff) | |
download | piny-code-5ab6999d393cbdf65cd5fd3ab40e02c33849f9c4.tar.gz piny-code-5ab6999d393cbdf65cd5fd3ab40e02c33849f9c4.zip |
pinyconfig: Modernizing configuration files.
Diffstat (limited to 'pinyconfigs/etc/sv/git-daemon/run')
-rwxr-xr-x | pinyconfigs/etc/sv/git-daemon/run | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pinyconfigs/etc/sv/git-daemon/run b/pinyconfigs/etc/sv/git-daemon/run deleted file mode 100755 index 307377e..0000000 --- a/pinyconfigs/etc/sv/git-daemon/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -exec 2>&1 -echo 'git daemon starting.' -exec chpst -ugitdaemon git daemon --verbose --base-path=/srv/git |