mirror of
https://github.com/lxsang/ant-http
synced 2024-11-16 00:28:21 +01:00
14 lines
207 B
Desktop File
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 |