2023-03-04 11:52:11 +01:00
|
|
|
[Unit]
|
|
|
|
Description=Rot
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
User=root
|
|
|
|
Group=root
|
2024-02-06 16:01:34 +01:00
|
|
|
WorkingDirectory=/home/philipp/rowing
|
2023-03-04 11:52:11 +01:00
|
|
|
Environment="ROCKET_ENV=prod"
|
|
|
|
Environment="ROCKET_ADDRESS=127.0.0.1"
|
|
|
|
Environment="ROCKET_PORT=8001"
|
2023-07-31 12:46:14 +02:00
|
|
|
Environment="RUST_LOG=info"
|
|
|
|
ExecStart=/home/k004373/rowing/rot
|
2023-03-04 11:52:11 +01:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|