Config for start project
This commit is contained in:
14
Conf/GenCycleVDP.service
Normal file
14
Conf/GenCycleVDP.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[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
|
Reference in New Issue
Block a user