summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
-rw-r--r--shellinabox@.service4
2 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index acca723cecaa..c8abe772ce2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,13 +17,13 @@ options=()
install=
source=('shellinabox@.service')
noextract=()
-md5sums=('f67bac96ac703c7e45881d38df21dd27') #generate with 'makepkg -g'
+md5sums=('9778d64973cd9dd7cf2225cd9af0cd09') #generate with 'makepkg -g'
_gitroot=$url
_gitname=shellinabox
pkgver() {
- cd "$pkgname"
+ #cd "$pkgname"
git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
diff --git a/shellinabox@.service b/shellinabox@.service
index c1b23356e5c4..6c11c24f7d22 100644
--- a/shellinabox@.service
+++ b/shellinabox@.service
@@ -1,11 +1,11 @@
[Unit]
-Description=Shell In a Box service
+Description=Shell In a Box Daemon
[Service]
Type=oneshot
RemainAfterExit=yes
User=%i
-ExecStart=shellinaboxd -b -s '/:SSH:localhost' --localhost-only -c /tmp
+ExecStart=/usr/bin/shellinaboxd -b -s '/:SSH:localhost' --localhost-only -c '/tmp'
[Install]
WantedBy=multi-user.target