mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
17 lines
424 B
SYSTEMD
17 lines
424 B
SYSTEMD
|
[Unit]
|
||
|
Description=Loop to check xwrelay and post to devices via FCM
|
||
|
After=postgresql.service
|
||
|
|
||
|
[Service]
|
||
|
User=eehouse
|
||
|
WorkingDirectory=/var/www/html/xw4
|
||
|
ExecStart=/var/www/html/xw4/fcm_loop.py --loop 5
|
||
|
Restart=on-failure
|
||
|
RestartPreventExitStatus=255
|
||
|
# simple - A long-running process that does not background its self and stays attached to the shell.
|
||
|
Type=simple
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
Alias=fcm-loop.service
|