5 lines
82 B
Bash
Executable File
5 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
profile-sync-daemon sync
|
|
exec chpst -b profile-sync-daemon pause
|