mirror of
https://github.com/chatmail/relay.git
synced 2026-05-16 03:24:48 +00:00
12 lines
214 B
Forth
12 lines
214 B
Forth
[Unit]
|
|
Description=Chatmail echo bot for testing it works
|
|
|
|
[Service]
|
|
ExecStart={execpath} {config_path}
|
|
Environment="PATH={remote_venv_dir}:$PATH"
|
|
Restart=always
|
|
RestartSec=30
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|