Ben Peddell
7efbbd3fdf
Add arkPriorityBoost
2016-08-26 17:30:52 +10:00
Ben Peddell
1ed46b3b52
Merge pull request #572 from FezVrasta/master
...
Prevent server start during update
2016-08-26 16:23:45 +10:00
Ben Peddell
97875f88aa
Merge pull request #567 from klightspeed/prevent-start-during-update
...
Prevent server start during update
2016-08-21 22:30:58 +10:00
Ben Peddell
653006a66c
Prevent server start during update
2016-08-21 22:28:43 +10:00
Ben Peddell
0403d29495
Add enablemod and disablemod commands
2016-08-07 15:37:52 +10:00
Ben Peddell
54d0e81ee8
Add support for arkmod_* in config
2016-08-07 15:15:12 +10:00
Ben Peddell
dfb35396c3
Add installmods command to readme
2016-08-07 09:12:48 +10:00
Ben Peddell
2bc7c3e9f2
Fix shift typo
2016-08-07 09:01:46 +10:00
Ben Peddell
af44f8df85
Add installmods command
2016-08-07 08:50:48 +10:00
Ben Peddell
ea03c35faf
Perl string inequality is "ne"
2016-08-02 02:49:09 +10:00
Ben Peddell
eb1cdbb72b
Count players with names
2016-08-01 10:43:47 +10:00
Ben Peddell
91916e0763
Merge branch 'master' into 1.6-dev.unstable
2016-07-31 17:43:48 +10:00
Ben Peddell
8a59a8c78c
Exclude Primitive+ from mod download and extraction
2016-07-31 17:37:08 +10:00
Ben Peddell
8c90bbfb51
Merge branch 'master' into 1.6-dev.unstable
2016-07-30 03:40:37 +10:00
Ben Peddell
89f765eb7b
Bypass Primitive+ modid
2016-07-30 03:36:33 +10:00
Ben Peddell
beaa42d80f
Get version from version.txt
2016-07-30 03:32:00 +10:00
Ben Peddell
2d76c199e6
--warnreason now implies --warn
2016-07-23 02:46:22 +10:00
Ben Peddell
4b98f92ff8
Use the A2S_PLAYER query to get active players
2016-07-23 02:40:03 +10:00
Ben Peddell
94f3e9566d
Stop warning if server is offline
2016-07-16 13:21:25 +10:00
Ben Peddell
ca9ea08ebe
Fix error in last commit
2016-07-16 13:17:20 +10:00
Ben Peddell
9a76dd8e16
Add --warnreason
2016-07-16 13:12:17 +10:00
Ben Peddell
915b5ace41
Point user to crontab(5) man page
2016-07-15 21:26:35 +10:00
Ben Peddell
bab7832fc9
Elaborate on install-cronjob --minute and --hour
2016-07-15 20:53:02 +10:00
Ben Peddell
421c2c4c0b
Fix sed command in install-cronjob
2016-07-15 20:03:31 +10:00
Ben Peddell
dea6befbe6
Use full arkmanager path
2016-07-15 16:40:15 +10:00
Ben Peddell
4786e5e925
Fix --arg bug in install-cronjob
2016-07-15 16:35:30 +10:00
Ben Peddell
4d4f488863
Improve restart behaviour using pid files
2016-07-13 23:08:19 +10:00
Ben Peddell
3486d0372a
Merge pull request #540 from noc0lour/patch-1
...
Default non-privileged instance-config path
2016-07-13 22:42:21 +10:00
Andrej Rode
30af1a92a1
Default non-privileged instance-config path
...
Default non-privileged instance-config path seems to have changed to ~/.config/
2016-07-13 14:18:15 +02:00
Ben Peddell
23757124c9
Change config migration
...
Write new example global config to `arkmanager.cfg.example`
Write migrated global config to `arkmanager.cfg.NEW`
Write migrated main instance config to `instances/main.cfg.NEW`
2016-07-11 15:13:19 +10:00
Ben Peddell
7f8aa05e80
Add printconfig command
...
This new command will print the file that each config option
is taken from.
2016-07-11 15:12:37 +10:00
Ben Peddell
6d207952b5
Fix arkAlwaysRestartOnCrash
2016-07-11 10:03:44 +10:00
Ben Peddell
b22b16b41d
Create the saved arks directory if it doesn't exist
2016-07-10 23:42:51 +10:00
Ben Peddell
b904adb576
Merge pull request #532 from klightspeed/1.5-fixes
...
Backport some fixes from the 1.6 development
2016-07-10 20:53:41 +10:00
Ben Peddell
7de6c8ed24
Create the saved arks directory if it doesn't exist
2016-07-10 18:44:49 +10:00
Ben Peddell
7fbb47ad5c
Add RemainAfterExit=yes to arkmanager.service
2016-07-09 17:13:48 +10:00
Ben Peddell
8dda5784f1
Change systemd service type to forking
2016-07-09 17:13:41 +10:00
Ben Peddell
9382c43b5b
Fix --stagingdir= parameter
2016-07-09 17:13:24 +10:00
Ben Peddell
273879aa23
Fix update --force with arkStagingDir
2016-07-09 17:12:48 +10:00
Ben Peddell
92923df0eb
" \n " added to empty response message
...
Server response when a command returns no response is
"Server received, But no response!! \n "
2016-07-09 17:11:34 +10:00
Ben Peddell
9b714824f5
Fix an inconsistency between install.sh and arkmanager.init
2016-07-09 17:10:09 +10:00
Ben Peddell
1ea02d9f1f
Fix a couple of potential issues with player count checking
2016-07-09 17:09:24 +10:00
Ben Peddell
46e468d941
Return -1 from numplayers if server unreachable
2016-07-09 17:09:09 +10:00
Ben Peddell
2c877336d7
Use serverMapModId to set map name and MapModID option
2016-07-09 17:08:53 +10:00
Ben Peddell
12198f8f3c
Add RemainAfterExit=yes to arkmanager.service
2016-07-09 16:34:43 +10:00
Ben Peddell
f6a770c624
Add arkAlwaysRestartOnCrash to readme
2016-07-09 15:59:38 +10:00
Ben Peddell
794171e7e4
Add option to always auto-restart
2016-07-09 15:53:10 +10:00
Ben Peddell
55f9a80ddd
Change systemd service type to forking
2016-07-09 14:26:43 +10:00
Ben Peddell
4c8d9d53da
Add -automanagedmods support to update
2016-07-08 09:43:26 +10:00
Ben Peddell
3fe29777e6
Add support for -automanagedmods
2016-07-08 09:29:55 +10:00