mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-04-18 03:31:02 +02:00
11 lines
197 B
Desktop File
11 lines
197 B
Desktop File
[Unit]
|
|
Description=GA page view batching
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/dotnet /usr/local/ga-page-view/ga-page-view.dll
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|