1
0
mirror of https://github.com/lxsang/ant-http synced 2024-06-26 18:39:48 +02:00
ant-http/antd.service
2020-08-08 20:35:21 +02:00

14 lines
198 B
Desktop File

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