15 lines
343 B
Desktop File
15 lines
343 B
Desktop File
[Unit]
|
|
Description=Generator Data For Cycles VDP
|
|
After=syslog.target network.target mysqld.service
|
|
|
|
[Service]
|
|
WorkingDirectory=*path_to_work_directory*
|
|
ExecStart=*path_to_aspnetcore*/dotnet *path_to_work_directory*/GenCycleVDP.dll
|
|
Restart=always
|
|
RestartSec=10
|
|
SyslogIdentifier=GenCycleVDP
|
|
User=*set_user*
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|