Files
dots/fl/.config/evremap/evremap.service
T
2026-08-13 01:11:41 +02:00

15 lines
386 B
Desktop File

[Unit]
Description=Evremap Service
After=multi-user.target
[Service]
WorkingDirectory=/
# Config path must stay absolute: this is a system unit running as root, so ~ or $HOME would resolve to /root.
ExecStart=bash -c "/usr/bin/evremap remap /home/anon/.config/evremap/evremap.toml -d 0"
Restart=always
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target