19 lines
395 B
Smarty
19 lines
395 B
Smarty
[Unit]
|
|
Description=Redis Clip Sync Service
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=__RUN_USER__
|
|
Group=__RUN_GROUP__
|
|
WorkingDirectory=__INSTALL_DIR__
|
|
ExecStart=__INSTALL_DIR__/bin/start.sh __INSTALL_DIR__/conf/config.properties --foreground
|
|
Restart=always
|
|
RestartSec=3
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|