backup working systemd service files
This commit is contained in:
parent
a40001f0ad
commit
c4100e6c68
@ -4,13 +4,12 @@ Description=Rot
|
||||
[Service]
|
||||
User=root
|
||||
Group=root
|
||||
WorkingDirectory=/home/k004373/rot
|
||||
WorkingDirectory=/home/k004373/rowing
|
||||
Environment="ROCKET_ENV=prod"
|
||||
Environment="ROCKET_ADDRESS=127.0.0.1"
|
||||
Environment="ROCKET_PORT=8001"
|
||||
Environment="ROCKET_LOG=info"
|
||||
ExecStart=/home/k004373/rot/target/release/rot
|
||||
Environment="RUST_LOG=info"
|
||||
ExecStart=/home/k004373/rowing/rot
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
|
@ -9,8 +9,7 @@ Environment="ROCKET_ENV=prod"
|
||||
Environment="ROCKET_ADDRESS=127.0.0.1"
|
||||
Environment="ROCKET_PORT=7999"
|
||||
Environment="ROCKET_LOG=info"
|
||||
ExecStart=./rot
|
||||
ExecStart=/home/k004373/rowing-staging/rot
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user