[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/ Restart=always RestartSec=10 [Install] WantedBy=multi-user.target