[Unit] Description=Livestream Archiver Service After=network.target [Service] Type=simple User= Group= WorkingDirectory=/path/to/livestream-archiver ExecStart=/path/to/livestream-archiver/target/release/livestream_archiver Environment="PC_SYNC_TARGET=user@server:/path/to/destination/" Environment="INPUT_DIR=/path/to/input/livestreams" Environment="OUTPUT_DIR=/path/to/output/archive" Restart=always RestartSec=10 [Install] WantedBy=multi-user.target