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
- Host: GitHub
- URL: https://github.com/setono/deployer-systemd
- Owner: Setono
- Created: 2020-09-16T07:28:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:39:21.000Z (over 2 years ago)
- Last Synced: 2025-02-08T06:15:02.802Z (over 1 year ago)
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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