mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 13:15:53 +12:00
add debian package build
This commit is contained in:
parent
cff8c68eef
commit
84b712c32f
6 changed files with 54 additions and 9 deletions
8
HorseIsleServer/HISPd/Resources/DEBIAN/postinst
Normal file
8
HorseIsleServer/HISPd/Resources/DEBIAN/postinst
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
useradd horseisle
|
||||
chown -R horseisle /etc/hisp
|
||||
systemctl enable HISP.service
|
||||
systemctl start HISP
|
||||
|
||||
echo "Make sure to edit /etc/hisp/server.properties!"
|
Loading…
Add table
Add a link
Reference in a new issue