19 lines
365 B
SYSTEMD
19 lines
365 B
SYSTEMD
|
[Unit]
|
||
|
Description=Stilde startpage Web server
|
||
|
PartOf=graphical-session.target
|
||
|
After=journal.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
Restart=no
|
||
|
WorkingDirectory=%h/.local/opt/stilde
|
||
|
ExecStart=python3 %h/.local/opt/stilde/serve-https.py
|
||
|
|
||
|
StandardOutput=journal
|
||
|
StandardError=journal
|
||
|
SyslogIdentifier=stilde
|
||
|
Slice=background.slice
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=graphical-session.target
|