a6b3f039d8
Pages: /, /simple, /decimal, /seth, /calendar, /astro, /convert, /timegov Features: Seth Calendar (10×36 + holidays), decimal time, moon phases, astronomy (sun/moon), bidirectional time converter, Seth date display, leap day split cell in calendar grid.
15 lines
248 B
Desktop File
15 lines
248 B
Desktop File
[Unit]
|
|
Description=Clock site web service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/opt/clock-site
|
|
ExecStart=/usr/bin/python3 /opt/clock-site/server.py
|
|
Restart=always
|
|
RestartSec=2
|
|
User=root
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|