summaryrefslogtreecommitdiff
path: root/www-servers/xsp/files/systemd/mono-xsp4.service
blob: 3e5f602919537969ae11d605556c6cfaf70081d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=XSP 4.0 WebServer
Wants=network.target
ConditionFileNotEmpty=/etc/xsp4/mono.webapp
ConditionDirectoryNotEmpty=/etc/xsp4/conf.d

[Service]
Type=simple
User=aspnet
Group=aspnet
ExecStart=/usr/bin/xsp4 --port 8084 --address 0.0.0.0 --appconfigdir /etc/xsp4 --nonstop
Restart=on-failure

[Install]
WantedBy=multi-user.target