blob: b641028a761acdd8971932f498c30fccca53cac4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=JImbrella routine
[Service]
User=jim
Type=oneshot
WorkingDirectory=/opt/jimbrella
ExecStart=python3 -m jimbrella.routine
RemainAfterExit=true
[Install]
WantedBy=multi-user.target
|