summaryrefslogtreecommitdiff
path: root/src/systemd/tftpd@.service
blob: a674bf598d1b3fab2e9be41a8a780826f09e25d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=TFTP server
After=vyos-router.service
RequiresMountsFor=/run

[Service]
Type=forking
#NotifyAccess=main
EnvironmentFile=-/etc/default/tftpd%I
ExecStart=/bin/sh -c "${VRF_ARGS} /usr/sbin/in.tftpd ${DAEMON_ARGS}"
Restart=on-failure

[Install]
WantedBy=multi-user.target