This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
### BEGIN INIT INFO | |
# Provides: syncthing | |
# Required-Start: $local_fs $remote_fs | |
# Required-Stop: $local_fs $remote_fs | |
# Should-Start: $network | |
# Should-Stop: $network | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: Multi-user daemonized version of syncthing. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Alexander Shuklin <[email protected]> | |
pkgname=ejudge | |
pkgver=3.3.1 | |
pkgrel=0 | |
pkgdesc="online programming competitions server" | |
arch=('i686' 'x86_64') | |
url="http://ejudge.ru/" | |
license=('GPL') | |
depends=(sendmail make gcc glibc bison flex gawk sed zlib ncurses expat libzip gettext curl util-linux) |