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

https://github.com/setono/deployer-systemd

Manage systemd service files in your deployment process
https://github.com/setono/deployer-systemd

Last synced: 2 months ago
JSON representation

Manage systemd service files in your deployment process

Awesome Lists containing this project

README

          

# Systemd functions for Deployer

[![Latest Version][ico-version]][link-packagist]
[![Latest Unstable Version][ico-unstable-version]][link-packagist]
[![Software License][ico-license]](LICENSE)
[![Build Status][ico-github-actions]][link-github-actions]

Manage systemd service files in your deployment process.

## Installation

```bash
$ composer require setono/deployer-systemd
```

## Usage
The easiest usage is to include the cron recipe which hooks into default Deployer events:

```php