An open API service indexing awesome lists of open source software.

https://github.com/div72/systemd-exec

A script for running commands from the environment of a systemd unit
https://github.com/div72/systemd-exec

bash-script systemd systemd-unit

Last synced: about 1 month ago
JSON representation

A script for running commands from the environment of a systemd unit

Awesome Lists containing this project

README

          

# systemd-exec

A script for running commands from the environment of a systemd unit. Requires bash, GNU coreutils and sudo.

## Usage

```bash
nobody@example.org $ systemd-exec mariadb bash
mysql@example.org $ echo $GROUP
mysql
```

## License

GNU GPL-3.0. See the LICENSE file for the license text.