This repository has been archived on 2020-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-role-warehost/warehost-ftp/templates/warehost-ftp.unit

16 lines
268 B
Plaintext
Raw Normal View History

2016-11-27 10:06:35 +01:00
[Unit]
Description=Warehost ftp v2
After=syslog.target
After=network.target
After=postgresql.service
[Service]
Type=simple
User=warehost
Group=nobody
ExecStart=/usr/local/bin/warehost-ftp -c /etc/warehost/ftp.conf
Restart=always
[Install]
WantedBy=multi-user.target