mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
83eb9229ad
* APIs for querying and executing an update in place. For #924 * Use the process pid to query systemd for status * Use parent pid and invocation ID to guess if running from systemd * Stream cmd output to client + report errors * Update comment to refer to INVOCATION_ID
8 lines
109 B
Go
8 lines
109 B
Go
//go:build enable_updates
|
|
// +build enable_updates
|
|
|
|
package config
|
|
|
|
func init() {
|
|
EnableAutoUpdate = true
|
|
}
|