blob: 6dfd29855fe8a34ce6337a118d443f318f997374 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=PubNet service %I
After=network.target
[Service]
User=http
Type=simple
WorkingDirectory=/opt/pubnet
ExecStart=/usr/bin/dotnet PubNet.%I.dll
[Install]
WantedBy=multi-user.target
|