mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-12-23 14:39:31 -05:00
9 lines
137 B
SYSTEMD
9 lines
137 B
SYSTEMD
|
[Unit]
|
||
|
Description=Perform remote backup
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/local/bin/remote-backup
|
||
|
Type=oneshot
|
||
|
User=root
|
||
|
WorkingDirectory=/root
|