1[Unit]
2Description=Fidogate runtime prepare
3
4[Service]
5Type=oneshot
6ExecStart=/bin/mkdir -p /run/fidogate
7ExecStart=/bin/chown ftn:news /run/fidogate
8ExecStart=/bin/chmod 770 /run/fidogate
9
10[Install]
11WantedBy=multi-user.target
12