aboutsummaryrefslogtreecommitdiff
path: root/gitautofetch.service
blob: 59999930d9ffc7f1828df582f6da26850a4c0e33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=GitAutoFetch
After=network.target

[Service]
Type=simple
Restart=on-failure
RestartSec=5s
LimitNOFILE=1048576

WorkingDirectory=/apps/GitAutoFetch/
ExecStart=dotnet /apps/GitAutoFetch/GitAutoFetch.dll

[Install]
WantedBy=multi-user.target