7 lines
130 B
SYSTEMD
7 lines
130 B
SYSTEMD
|
[Unit]
|
||
|
Description=Lobechat Updater Service
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/local/bin/lobechat-updater
|