Skip to content

Commit

Permalink
add missing conf folder (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcajmagic authored Jun 9, 2020
1 parent 40d8534 commit 460770c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v0.3.2]
- fix missing conf folder

## [v0.3.1]
- fix missing rpkg.macros file

Expand All @@ -31,7 +34,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [v0.1.0] Tue May 07 2020 Jack Murdock - 0.1.0
- initial creation

[Unreleased]: https://github.com/xmidt-org/argus/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/xmidt-org/argus/compare/v0.3.2...HEAD
[v0.3.2]: https://github.com/xmidt-org/argus/compare/v0.3.1...v0.3.2
[v0.3.1]: https://github.com/xmidt-org/argus/compare/v0.3.0...v0.3.1
[v0.3.0]: https://github.com/xmidt-org/argus/compare/v0.2.1...v0.3.0
[v0.2.1]: https://github.com/xmidt-org/argus/compare/v0.2.0...v0.2.1
Expand Down
6 changes: 6 additions & 0 deletions conf/argus.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#KERNEL_OPEN_FILES=95000
#ULIMIT_OPEN_FILES=75000
#NET_CORE_SOMAXCONN=1000
#NET_IPV4_TCP_MAX_SYN_BACKLOG=1000
#NET_IPV4_TCP_MEM="100000000 100000000 100000000"
DAEMON_COREFILE_LIMIT=unlimited
18 changes: 18 additions & 0 deletions conf/argus.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

[Unit]
Description=The XMiDT API server for storing configuration.
After=network.target remote-fs.target nss-lookup.target

[Service]
Type=simple
PIDFile=/run/argus.pid
ExecStartPre=/usr/bin/rm -f /run/argus.pid
ExecStart=/usr/bin/argus
ExecReload=/bin/kill -s HUP $MAINPID
TimeoutStopSec=10
KillMode=process
PrivateTmp=true
Restart=always

[Install]
WantedBy=multi-user.target

0 comments on commit 460770c

Please sign in to comment.