mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
8 lines
120 B
SYSTEMD
8 lines
120 B
SYSTEMD
[Unit]
|
|
Description=lastsync
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=ftp
|
|
ExecStart=/usr/bin/bash -c "date +%%s > /srv/ftp/lastsync"
|