This guide explains how to use async-container
with systemd to manage your application as a service.
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