mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 11:29:15 -04:00
This adds support for "sessions", aka. creating a remote shell via the Agent. In order to support this, an "ssm-user" account is created when the package is installed; we create this via pkg-install rather than the USERS= / UIDs functionality, since ssm-user needs to be in wheel and needs to have a home directory. Thanks to: Alexey Milevsky
11 lines
480 B
Go
11 lines
480 B
Go
--- agent/log/log_unix.go.orig 2019-05-08 20:19:03 UTC
|
|
+++ agent/log/log_unix.go
|
|
@@ -24,7 +24,7 @@ const (
|
|
// DefaultSeelogConfigFilePath specifies the default seelog location
|
|
// The underlying logger is based of https://github.com/cihub/seelog
|
|
// See Seelog documentation to customize the logger
|
|
- DefaultSeelogConfigFilePath = "/etc/amazon/ssm/seelog.xml"
|
|
+ DefaultSeelogConfigFilePath = "/usr/local/etc/amazon/ssm/seelog.xml"
|
|
|
|
DefaultLogDir = "/var/log/amazon/ssm"
|
|
)
|