20 lines
404 B
SYSTEMD
20 lines
404 B
SYSTEMD
|
# clatd service file for systemd
|
||
|
#
|
||
|
# Install it to: /etc/systemd/system/clat.service
|
||
|
# Enable it with: systemctl enable clat.service
|
||
|
# Start it with: systemctl start clat.service
|
||
|
#
|
||
|
|
||
|
[Unit]
|
||
|
Description=464XLAT CLAT daemon
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
ExecStart=/usr/local/bin/clat reload
|
||
|
ExecStop=/usr/local/bin/clat stop
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|