1
0
mirror of https://github.com/lxsang/ant-http synced 2024-06-14 22:30:14 +02:00
ant-http/antd.service
2020-08-19 12:26:17 +02:00

14 lines
207 B
Desktop File

[Unit]
Description=Antd Service
After=network.target
[Service]
Type=simple
User=root
WorkingDirectory=/opt/www
ExecStart=/usr/bin/ant-d
Restart=always
LimitNOFILE=65536
[Install]
WantedBy=multi-user.target