A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://socketry.github.io/async-container/guides/systemd-integration/index below:

Systemd Integration

Systemd Integration

This guide explains how to use async-container with systemd to manage your application as a service.

Service File

Install a template file into /etc/systemd/system/:

# my-daemon.service
[Unit]
Description=My Daemon

[Service]
Type=notify
ExecStart=bundle exec my-daemon

[Install]
WantedBy=multi-user.target

Ensure Type=notify is set, so that the service can notify systemd when it is ready.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4